summaryrefslogtreecommitdiffstats
path: root/signals.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-07 15:53:15 +0000
committerRoy Marples <roy@marples.name>2007-11-07 15:53:15 +0000
commit8132f92876e1df20bccc0054389b2febc0c87135 (patch)
treedf4fdba56888557ebc61882d3bc67c52635c0002 /signals.h
parentdf022bf7bc72413dbe6fe3f266d760037db452eb (diff)
downloaddhcpcd-8132f92876e1df20bccc0054389b2febc0c87135.tar.xz
Remove the reference to udhcp.
Diffstat (limited to 'signals.h')
-rw-r--r--signals.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/signals.h b/signals.h
index b043dbf9..d24b41cb 100644
--- a/signals.h
+++ b/signals.h
@@ -1,6 +1,8 @@
-/*
- * Shameless taken from udhcp as I think it's a good idea.
- * Russ Dill <Russ.Dill@asu.edu> December 2003
+/*
+ * dhcpcd - DHCP client daemon -
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
+ *
+ * dhcpcd is an RFC2131 compliant DHCP client daemon.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -21,8 +23,8 @@
#define SIGNALS_H
void signal_setup (void);
-int signal_fd_set (fd_set *rfds, int extra_fd);
-int signal_exists (const fd_set *rfds);
-int signal_read (fd_set *rfds);
+int signal_fd_set (fd_set *rset, int fd);
+int signal_exists (const fd_set *rset);
+int signal_read (fd_set *rset);
#endif