Qsmtp
0.37
include
log.h
Go to the documentation of this file.
1
4
#ifndef LOG_H
5
#define LOG_H
6
7
extern
void
log_writen
(
int
priority,
const
char
**s) __attribute__ ((nonnull (2)));
8
extern
void
log_write
(
int
priority,
const
char
*s) __attribute__ ((nonnull (2)));
9
/* this function has to be implemented by every program */
10
extern
void
dieerror
(
int
error) __attribute__ ((noreturn));
11
12
#endif
log_write
void log_write(int priority, const char *s)
Definition:
log.c:56
dieerror
void dieerror(int error)
Definition:
reply.c:91
log_writen
void log_writen(int priority, const char **s)
Definition:
log.c:20
Generated by
1.8.16