diff options
| author | Gergely Nagy <algernon@balabit.hu> | 2012-05-02 16:25:04 +0200 |
|---|---|---|
| committer | Gergely Nagy <algernon@balabit.hu> | 2012-05-02 16:25:04 +0200 |
| commit | ac2a1fdb38057e032b22c4e2ea43d5ab741222b8 (patch) | |
| tree | 52f91b7c65314760932543b8825303e1122954fe /lib/umberlog.h | |
| parent | b9751e1ca5f96ffdf49e38646709a3de9e25a208 (diff) | |
| parent | e5faea1d639252017cc8321e9c2cb5d17b061e97 (diff) | |
Merge tag 'libumberlog-0.2.1' into debian
libumberlog 0.2.1 release
Diffstat (limited to 'lib/umberlog.h')
| -rw-r--r-- | lib/umberlog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/umberlog.h b/lib/umberlog.h index 4245dae..51ed7be 100644 --- a/lib/umberlog.h +++ b/lib/umberlog.h @@ -41,6 +41,7 @@ char *ul_format (int priority, const char *msg_format, ...) char *ul_vformat (int priority, const char *msg_format, va_list ap); void ul_openlog (const char *ident, int option, int facility); +void ul_closelog (void); int ul_setlogmask (int mask); int ul_syslog (int priority, const char *msg_format, ...) |
