summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-11 03:23:04 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-11 03:23:04 +0100
commit19a2bd80c18d2845f0e37699c8d8df8c8cb4ed78 (patch)
treea1c1c71fa932ae3b24c9800d95b8a3a69c3781f2 /src/systemd
parent731a676c206bb1b48e7f736ce9f5b730252d1601 (diff)
sd-journal: implement a number of non-implemented calls from the API for now
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-journal.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/systemd/sd-journal.h b/src/systemd/sd-journal.h
index ebc63b764..c635df3f2 100644
--- a/src/systemd/sd-journal.h
+++ b/src/systemd/sd-journal.h
@@ -46,7 +46,6 @@
* - cryptographic hash
* - think about manipulations of header
* - implement audit gateway
- * - implement kernel gatway
*/
/* Write to daemon */
@@ -95,9 +94,9 @@ int sd_journal_seek_cursor(sd_journal *j, const char *cursor);
int sd_journal_get_cursor(sd_journal *j, char **cursor);
-int sd_journal_query_unique(sd_journal *j, const char *field); /* missing */
-int sd_journal_enumerate_unique(sd_journal *j, const void **data, size_t *l); /* missing */
-void sd_journal_restart_unique(sd_journal *j); /* missing */
+/* int sd_journal_query_unique(sd_journal *j, const char *field); /\* missing *\/ */
+/* int sd_journal_enumerate_unique(sd_journal *j, const void **data, size_t *l); /\* missing *\/ */
+/* void sd_journal_restart_unique(sd_journal *j); /\* missing *\/ */
enum {
SD_JOURNAL_NOP,