summaryrefslogtreecommitdiffstats
path: root/signal.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-20 16:47:51 +0000
committerRoy Marples <roy@marples.name>2008-03-20 16:47:51 +0000
commit8d212424765794740d61d4b4fe5db3f2f6800eb9 (patch)
tree5ec4ff1d3eed924448276135fdd2d11504cb78c4 /signal.h
parent74befdac5d0d3c0803cd15c3db85c3ba81064bc8 (diff)
downloaddhcpcd-8d212424765794740d61d4b4fe5db3f2f6800eb9.tar.xz
Change code style to match the BSDs in the hope the might adpot it instead of dhclient.
Diffstat (limited to 'signal.h')
-rw-r--r--signal.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/signal.h b/signal.h
index 63a59060..948099d2 100644
--- a/signal.h
+++ b/signal.h
@@ -30,11 +30,11 @@
#include <poll.h>
-int signal_init (void);
-int signal_setup (void);
-int signal_reset (void);
-int signal_fd (void);
-int signal_exists (const struct pollfd *fd);
-int signal_read (struct pollfd *fd);
+int signal_init(void);
+int signal_setup(void);
+int signal_reset(void);
+int signal_fd(void);
+int signal_exists(const struct pollfd *);
+int signal_read(struct pollfd *);
#endif