diff options
Diffstat (limited to 'hunt/huntd/hunt.h')
| -rw-r--r-- | hunt/huntd/hunt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hunt/huntd/hunt.h b/hunt/huntd/hunt.h index d321515c..b5dc9870 100644 --- a/hunt/huntd/hunt.h +++ b/hunt/huntd/hunt.h @@ -1,4 +1,4 @@ -/* $NetBSD: hunt.h,v 1.8 2003/06/11 12:00:22 wiz Exp $ */ +/* $NetBSD: hunt.h,v 1.9 2003/06/11 12:04:06 wiz Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. @@ -477,4 +477,5 @@ SIGNAL_TYPE intr __P((int)); SIGNAL_TYPE sigalrm __P((int)); SIGNAL_TYPE sigemt __P((int)); SIGNAL_TYPE sigterm __P((int)); +SIGNAL_TYPE sigusr1 __P((int)); SIGNAL_TYPE tstp __P((int)); |
