|
xsecurelock
1.7.0
XSecureLock is an X11 screen lock utility.
|
#include "logging.h"#include <errno.h>#include <stdarg.h>#include <stdio.h>#include <time.h>#include <unistd.h>Functions | |
| static void | PrintLogPrefix (void) |
| void | Log (const char *format,...) |
| void | LogErrno (const char *format,...) |
| void Log | ( | const char * | format, |
| ... | |||
| ) |
| void LogErrno | ( | const char * | format, |
| ... | |||
| ) |
|
static |
1.8.14