diff options
| author | Roy Marples <roy@marples.name> | 2007-11-07 15:53:15 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-11-07 15:53:15 +0000 |
| commit | 8132f92876e1df20bccc0054389b2febc0c87135 (patch) | |
| tree | df4fdba56888557ebc61882d3bc67c52635c0002 /signals.h | |
| parent | df022bf7bc72413dbe6fe3f266d760037db452eb (diff) | |
| download | dhcpcd-8132f92876e1df20bccc0054389b2febc0c87135.tar.xz | |
Remove the reference to udhcp.
Diffstat (limited to 'signals.h')
| -rw-r--r-- | signals.h | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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 |
