diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-03 20:54:15 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-03 21:08:58 +0100 |
commit | a5344d2c3b0f14e954ce1c0ef905c5b44bc5bf0a (patch) | |
tree | 7889d2f700fccb219b80cb2462a0bb9595c854af /src/journal/sd-journal.h | |
parent | 9847946e12479b27d3ebfd024f00a6ac33ce73d3 (diff) |
journal: add _public_ to all sd-journal calls, and add parameter checks
Diffstat (limited to 'src/journal/sd-journal.h')
-rw-r--r-- | src/journal/sd-journal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/sd-journal.h b/src/journal/sd-journal.h index 97f9f0fa13..d7e2528a35 100644 --- a/src/journal/sd-journal.h +++ b/src/journal/sd-journal.h @@ -31,12 +31,12 @@ /* TODO: * + * - add options for copy-to-console, copy-to-kmsg * - OR of matches is borked... * - extend hash tables table as we go * - accelerate looking for "all hostnames" and suchlike. * - hookup with systemctl * - handle incomplete header - * - write unit files * * - local deserializer * - http server |