Tor
0.4.7.0-alpha-dev
|
Header for gethostname.c. More...
Go to the source code of this file.
Functions | |
int | tor_gethostname (char *name, size_t namelen) |
Header for gethostname.c.
Definition in file gethostname.h.
int tor_gethostname | ( | char * | name, |
size_t | namelen | ||
) |
Get name of current host and write it to name array, whose length is specified by namelen argument. Return 0 upon successful completion; otherwise return return -1. (Currently, this function is merely a mockable wrapper for POSIX gethostname().)
Definition at line 27 of file gethostname.c.