summaryrefslogtreecommitdiff
path: root/distrib/common
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-05-11 15:21:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-05-11 15:21:36 +0000
commit3aee1e25609e7b75859e4c4fce88fc3c9b9121db (patch)
tree12bce4dcfa1779f4bd4439ec3956bbf1b66d44a4 /distrib/common
parent90a1ad6e726aaf0b2f0b1bfe21ebaceb736c1676 (diff)
proto
Diffstat (limited to 'distrib/common')
-rw-r--r--distrib/common/rdsetroot.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/common/rdsetroot.c b/distrib/common/rdsetroot.c
index a858859c206..767ecdafcd6 100644
--- a/distrib/common/rdsetroot.c
+++ b/distrib/common/rdsetroot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rdsetroot.c,v 1.6 2001/05/11 15:15:00 deraadt Exp $ */
+/* $OpenBSD: rdsetroot.c,v 1.7 2001/05/11 15:21:35 deraadt Exp $ */
/* $NetBSD: rdsetroot.c,v 1.2 1995/10/13 16:38:39 gwr Exp $ */
/*
@@ -63,6 +63,8 @@ int data_len;
int data_off;
int data_pgoff;
+void find_rd_root_image(char *);
+
int
main(argc,argv)
char **argv;