summaryrefslogtreecommitdiffstats
path: root/include/procutils.h
diff options
context:
space:
mode:
authorKarel Zak2015-11-25 14:17:22 +0100
committerKarel Zak2015-11-25 14:17:22 +0100
commit0e756daeb64ab62a8e9296e5156e17bb5cf6720a (patch)
tree3c659781890f34cc4874c8de3425c68b04d5f4c8 /include/procutils.h
parentagetty: don't ignore netlink on select() (diff)
downloadkernel-qcow2-util-linux-0e756daeb64ab62a8e9296e5156e17bb5cf6720a.tar.gz
kernel-qcow2-util-linux-0e756daeb64ab62a8e9296e5156e17bb5cf6720a.tar.xz
kernel-qcow2-util-linux-0e756daeb64ab62a8e9296e5156e17bb5cf6720a.zip
lslocks: use stuff from lib/procutils
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/procutils.h')
-rw-r--r--include/procutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/procutils.h b/include/procutils.h
index 3040d197b..9f8dd76ec 100644
--- a/include/procutils.h
+++ b/include/procutils.h
@@ -29,5 +29,6 @@ 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 */