Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sa declare formatting function.



details:   https://anonhg.NetBSD.org/src/rev/2901b3587c88
branches:  trunk
changeset: 495490:2901b3587c88
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jul 29 19:12:48 2000 +0000

description:
declare formatting function.

diffstat:

 usr.sbin/sa/extern.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a1ec53e13357 -r 2901b3587c88 usr.sbin/sa/extern.h
--- a/usr.sbin/sa/extern.h      Sat Jul 29 19:12:17 2000 +0000
+++ b/usr.sbin/sa/extern.h      Sat Jul 29 19:12:48 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.5 2000/06/14 17:26:22 cgd Exp $ */
+/* $NetBSD: extern.h,v 1.6 2000/07/29 19:12:48 christos Exp $ */
 
 /*
  * Copyright (c) 1994 Christopher G. Demetriou
@@ -68,6 +68,7 @@
 
 /* external functions in sa.c */
 int    main            __P((int, char **));
+const char *fmt                __P((const DBT *));
 
 /* external functions in pdb.c */
 int    pacct_init      __P((void));



Home | Main Index | Thread Index | Old Index