date and time created 92/07/22 12:35:01 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 23 Jul 1992 03:35:01 +0000 (19:35 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 23 Jul 1992 03:35:01 +0000 (19:35 -0800)
SCCS-vsn: usr.bin/gcore/extern.h 5.1

usr/src/usr.bin/gcore/extern.h [new file with mode: 0644]

diff --git a/usr/src/usr.bin/gcore/extern.h b/usr/src/usr.bin/gcore/extern.h
new file mode 100644 (file)
index 0000000..5137451
--- /dev/null
@@ -0,0 +1,11 @@
+/*-
+ * Copyright (c) 1992 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)extern.h    5.1 (Berkeley) %G%
+ */
+
+void   err __P((int, const char *, ...));
+void   md_core __P((kvm_t *, int, struct kinfo_proc *));