]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - include/procutils.h
login: fix -f description in the man-page
[thirdparty/util-linux.git] / include / procutils.h
index 14b766cb7ee10ab05d300aef41d5f0701315f1e1..9f8dd76ec1d05bba403e2bbef7020dffe5afeeb3 100644 (file)
@@ -28,5 +28,7 @@ extern void proc_processes_filter_by_name(struct proc_processes *ps, const char
 extern void proc_processes_filter_by_uid(struct proc_processes *ps, uid_t uid);
 extern int proc_next_pid(struct proc_processes *ps, pid_t *pid);
 
+extern char *proc_get_command(pid_t pid);
+extern char *proc_get_command_name(pid_t pid);
 
 #endif /* UTIL_LINUX_PROCUTILS */