summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/extern.h
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-03-01 07:45:19 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-03-01 07:45:19 +0000
commitb49f418ba660f4a5e53a938510851a21454f0335 (patch)
tree774fcfaf0f1886a41b15811b93b092acb49baa0a /sbin/fsck_ffs/extern.h
parenta77a300b0493552bdceff598f141c91679002dd7 (diff)
SIGINFO support
Diffstat (limited to 'sbin/fsck_ffs/extern.h')
-rw-r--r--sbin/fsck_ffs/extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/extern.h b/sbin/fsck_ffs/extern.h
index 4c8bb497d90..cda19a371ba 100644
--- a/sbin/fsck_ffs/extern.h
+++ b/sbin/fsck_ffs/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.3 1996/10/20 08:36:31 tholo Exp $ */
+/* $OpenBSD: extern.h,v 1.4 1999/03/01 07:45:17 d Exp $ */
/* $NetBSD: extern.h,v 1.6 1996/09/27 22:45:12 christos Exp $ */
/*
@@ -73,3 +73,4 @@ struct dinode * getnextinode __P((ino_t));
void catch __P((int));
void catchquit __P((int));
void voidquit __P((int));
+void catchinfo __P((int));