diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-11-02 20:15:39 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-11-02 20:15:39 +0400 |
commit | b13154de3eca5ba28fbb4854d916cd0be5febeed (patch) | |
tree | 30f2e9e89ab71a2df837076ac68c3ba770230294 /misc-utils/kill.h | |
download | util-linux-upstream.tar.gz |
Imported Upstream version 2.22upstream/2.22upstream
Diffstat (limited to 'misc-utils/kill.h')
-rw-r--r-- | misc-utils/kill.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc-utils/kill.h b/misc-utils/kill.h new file mode 100644 index 0000000..27a12a8 --- /dev/null +++ b/misc-utils/kill.h @@ -0,0 +1 @@ +extern int *get_pids (char *process_name, int get_all); |