diff options
| author | Roy Marples <roy@marples.name> | 2007-11-08 13:16:00 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-11-08 13:16:00 +0000 |
| commit | 4a3eaf8724a367e0861b687a24e22046adb3c8bf (patch) | |
| tree | 1e527875650b2474358da8bd17c4b187873e48fb /signals.h | |
| parent | dd86d5270039653a6fd99bc2cb7d002057637649 (diff) | |
| download | dhcpcd-4a3eaf8724a367e0861b687a24e22046adb3c8bf.tar.xz | |
Move signals.c,h to signal.c,h
Diffstat (limited to 'signals.h')
| -rw-r--r-- | signals.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/signals.h b/signals.h deleted file mode 100644 index 6bc0ec1f..00000000 --- a/signals.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples <roy@marples.name> - * - * Distributed under the terms of the GNU General Public License v2 - */ - -#ifndef SIGNALS_H -#define SIGNALS_H - -void signal_setup (void); -int signal_fd_set (fd_set *rset, int fd); -int signal_exists (const fd_set *rset); -int signal_read (fd_set *rset); - -#endif |
