summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-05 20:11:47 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-05 20:11:47 +0100
commit55d7bfc19b72eca09d2bb7c9c73a62c886d8b9b4 (patch)
treea6c53b097199d4b59df0e18d4b64cfd9c8451765 /src/util.h
parentREADME: correct license claims (diff)
downloadsystemd-55d7bfc19b72eca09d2bb7c9c73a62c886d8b9b4.tar.xz
systemd-55d7bfc19b72eca09d2bb7c9c73a62c886d8b9b4.zip
journalctl: rework short output mode to rebuild full syslog message
Diffstat (limited to '')
-rw-r--r--src/util.h2
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