|
libalpm
Arch Linux Package Manager Library
|
#include <stdio.h>#include <stdarg.h>#include <errno.h>#include <syslog.h>#include <time.h>#include "log.h"#include "handle.h"#include "util.h"#include "alpm.h"
Functions | |
| int | alpm_logaction (alpm_handle_t *handle, const char *prefix, const char *fmt,...) |
| int alpm_logaction | ( | alpm_handle_t * | handle, |
| const char * | prefix, | ||
| const char * | fmt, | ||
| ... ) |
References ALPM_ERR_BADPERMS, ALPM_ERR_NOT_A_DIR, ALPM_ERR_SYSTEM, args, ASSERT, and fmt.