diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-31 16:09:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-08-01 19:53:23 +0200 |
commit | 18c7ed186be28800a2eeb37ad31c9c44480d3d9c (patch) | |
tree | 71d39423e738bcd866aff16269ea925c3c7eab17 /src/journal/libsystemd-journal.sym | |
parent | 4d9909c93e9c58789c71b34555a1908307c6849e (diff) |
journal: add sd_journal_perror() to API
Diffstat (limited to 'src/journal/libsystemd-journal.sym')
-rw-r--r-- | src/journal/libsystemd-journal.sym | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/journal/libsystemd-journal.sym b/src/journal/libsystemd-journal.sym index c33474aeab..770f899333 100644 --- a/src/journal/libsystemd-journal.sym +++ b/src/journal/libsystemd-journal.sym @@ -63,4 +63,6 @@ global: sd_journal_wait; sd_journal_open_directory; sd_journal_add_disjunction; + sd_journal_perror; + sd_journal_perror_with_location; } LIBSYSTEMD_JOURNAL_184; |