diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-05-06 14:40:52 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-05-06 14:40:52 +0200 |
commit | 9653d78388348ebd47b820a0d9d95bbd885973a0 (patch) | |
tree | df3d51baa08075f44b6c18596730ac21714e5139 /src/utils.h | |
parent | 4f66937b2bfadfa54aa099ea9bbb9f2f0dc2416f (diff) |
POTD skeleton #42.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index fb6f28c..3b075e5 100644 --- a/src/utils.h +++ b/src/utils.h @@ -8,6 +8,8 @@ extern char *arg0; +int set_fd_nonblock(int fd); + int set_child_sighandler(void); void set_procname(const char *new_arg0); |