X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Futil.h;h=8de608fe02184b4631188537dc7d4d1f3302f72f;hb=6ef25fb65ee0a62972ed7cbc01b6a11feb5fcb16;hp=4d27c4bd516b2d222fb1dc3e2701b6c3651c0988;hpb=67e5cc4f3ed41feaed399cfed77c6fbb41e14a8c;p=elogind.git diff --git a/src/util.h b/src/util.h index 4d27c4bd5..8de608fe0 100644 --- a/src/util.h +++ b/src/util.h @@ -251,6 +251,7 @@ int rmdir_parents(const char *path, const char *stop); int get_process_comm(pid_t pid, char **name); int get_process_cmdline(pid_t pid, size_t max_length, bool comm_fallback, char **line); int get_process_exe(pid_t pid, char **name); +int get_process_uid(pid_t pid, uid_t *uid); char hexchar(int x); int unhexchar(char c); @@ -523,4 +524,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