X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Futil.h;h=be05cc87349b6f40c18ed216ee19dad33463deaa;hp=4d27c4bd516b2d222fb1dc3e2701b6c3651c0988;hb=55d7bfc19b72eca09d2bb7c9c73a62c886d8b9b4;hpb=0df4f9d669bec2d34777735f8cdd40797b1fd753 diff --git a/src/util.h b/src/util.h index 4d27c4bd5..be05cc873 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