chiark / gitweb /
journalctl: rework short output mode to rebuild full syslog message
[elogind.git] / src / util.h
index 4d27c4bd516b2d222fb1dc3e2701b6c3651c0988..be05cc87349b6f40c18ed216ee19dad33463deaa 100644 (file)
@@ -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