diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-05 20:11:47 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-05 20:11:47 +0100 |
commit | 55d7bfc19b72eca09d2bb7c9c73a62c886d8b9b4 (patch) | |
tree | a6c53b097199d4b59df0e18d4b64cfd9c8451765 /src/util.h | |
parent | 0df4f9d669bec2d34777735f8cdd40797b1fd753 (diff) |
journalctl: rework short output mode to rebuild full syslog message
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 4d27c4bd51..be05cc8734 100644 --- a/src/util.h +++ b/src/util.h @@ -523,4 +523,6 @@ char *format_bytes(char *buf, size_t l, off_t t); int fd_wait_for_event(int fd, int event); +void* memdup(const void *p, size_t l); + #endif |