|
xsecurelock 1.8.0
XSecureLock is an X11 screen lock utility.
|
#include <stdlib.h>Go to the source code of this file.
Functions | |
| int | GetHostName (char *hostname_buf, size_t hostname_buflen) |
| Loads the current host name. | |
| int | GetUserName (char *username_buf, size_t username_buflen) |
| Loads the current user name. | |
| int GetHostName | ( | char * | hostname_buf, |
| size_t | hostname_buflen ) |
Loads the current host name.
| hostname_buf | The buffer to write the host name to. |
| hostname_buflen | The size of the buffer. |
| int GetUserName | ( | char * | username_buf, |
| size_t | username_buflen ) |
Loads the current user name.
| username_buf | The buffer to write the user name to. |
| username_buflen | The size of the buffer. |