Module Name:    src
Committed By:   dholland
Date:           Wed Aug 17 18:17:40 UTC 2011

Modified Files:
        src/games/fortune/strfile: strfile.c

Log Message:
Remove redundant set of prototypes for local functions, exposed by
previous.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/games/fortune/strfile/strfile.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/fortune/strfile/strfile.c
diff -u src/games/fortune/strfile/strfile.c:1.32 src/games/fortune/strfile/strfile.c:1.33
--- src/games/fortune/strfile/strfile.c:1.32	Wed Aug 17 18:16:51 2011
+++ src/games/fortune/strfile/strfile.c	Wed Aug 17 18:17:40 2011
@@ -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 @@
 #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 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:

Reply via email to