diff options
| author | 2012-12-17 05:59:34 +0100 | |
|---|---|---|
| committer | 2012-12-17 05:59:34 +0100 | |
| commit | efe183510c43969584db8262c89c1b8701fd01ab (patch) | |
| tree | 6ba7a888606e63790a45e4c52d42262661788b82 /process.h | |
| download | evdev-keylogger-master.tar.xz evdev-keylogger-master.zip | |
Diffstat (limited to '')
| -rw-r--r-- | process.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/process.h b/process.h new file mode 100644 index 0000000..f721a16 --- /dev/null +++ b/process.h @@ -0,0 +1,2 @@ +void drop_privileges(); +void set_process_name(const char *name, int argc, char *argv[]); |
