trawick 2002/10/07 09:31:01
Modified: test testdbm.c
Log:
clean up some declarations
Revision Changes Path
1.17 +2 -2 apr-util/test/testdbm.c
Index: testdbm.c
===================================================================
RCS file: /home/cvs/apr-util/test/testdbm.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- testdbm.c 21 Aug 2002 21:42:41 -0000 1.16
+++ testdbm.c 7 Oct 2002 16:31:01 -0000 1.17
@@ -139,7 +139,7 @@
static void prdatum(FILE *stream, apr_datum_t d);
static void oops(apr_dbm_t *dbm, apr_status_t rv, const char *s1,
const char *s2);
-static void show_usage();
+static void show_usage(void);
int main(int argc, const char * const * argv)
{
@@ -427,7 +427,7 @@
exit(1);
}
-static void show_usage()
+static void show_usage(void)
{
int i;