summaryrefslogtreecommitdiffstats
path: root/fortune/strfile/strfile.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2011-08-17 18:17:40 +0000
committerdholland <dholland@NetBSD.org>2011-08-17 18:17:40 +0000
commit8a3b2a726a7b2c5991241b46ee20a77e5b93e820 (patch)
tree7065edb9cba451479d0940a1abff8f95f7253bbb /fortune/strfile/strfile.c
parent8201c646f17ce8cd7ed8bd80ce677f535d505202 (diff)
downloadbsdgames-darwin-8a3b2a726a7b2c5991241b46ee20a77e5b93e820.tar.gz
bsdgames-darwin-8a3b2a726a7b2c5991241b46ee20a77e5b93e820.tar.zst
bsdgames-darwin-8a3b2a726a7b2c5991241b46ee20a77e5b93e820.zip
Remove redundant set of prototypes for local functions, exposed by
previous.
Diffstat (limited to 'fortune/strfile/strfile.c')
-rw-r--r--fortune/strfile/strfile.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/fortune/strfile/strfile.c b/fortune/strfile/strfile.c
index 56cf0d07..f753d942 100644
--- a/fortune/strfile/strfile.c
+++ b/fortune/strfile/strfile.c
@@ -1,4 +1,4 @@
-/* $NetBSD: strfile.c,v 1.32 2011/08/17 18:16:51 dholland Exp $ */
+/* $NetBSD: strfile.c,v 1.33 2011/08/17 18:17:40 dholland Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\
#if 0
static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: strfile.c,v 1.32 2011/08/17 18:16:51 dholland Exp $");
+__RCSID("$NetBSD: strfile.c,v 1.33 2011/08/17 18:17:40 dholland Exp $");
#endif
#endif /* not lint */
#endif /* __NetBSD__ */
@@ -147,15 +147,6 @@ static int cmp_str(const void *vp1, const void *vp2);
static void randomize(void);
static void fwrite_be_offt(off_t off, FILE *f);
-void add_offset(FILE *, off_t);
-int cmp_str(const void *, const void *);
-void do_order(void);
-void fwrite_be_offt(off_t, FILE *);
-void getargs(int, char *[]);
-int main(int, char *[]);
-void randomize(void);
-void usage(void) NORETURN;
-
/*
* main: