summaryrefslogtreecommitdiff
path: root/usr.sbin/sesd/srcs/getencstat.c
diff options
context:
space:
mode:
authormjacob <mjacob@cvs.openbsd.org>2000-02-22 06:21:37 +0000
committermjacob <mjacob@cvs.openbsd.org>2000-02-22 06:21:37 +0000
commit5c553bd42437db5b0197d117b6a58dd65b9970af (patch)
tree221d8b109284d4a1ddc8ea119a9da9d00e7645ab /usr.sbin/sesd/srcs/getencstat.c
parent4d6c39958b7a6fa73d977d37d2595092f0503eb7 (diff)
cleanup some code and build stuff
Diffstat (limited to 'usr.sbin/sesd/srcs/getencstat.c')
-rw-r--r--usr.sbin/sesd/srcs/getencstat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sesd/srcs/getencstat.c b/usr.sbin/sesd/srcs/getencstat.c
index a5e3f7a923b..3dbbbfb5aa9 100644
--- a/usr.sbin/sesd/srcs/getencstat.c
+++ b/usr.sbin/sesd/srcs/getencstat.c
@@ -1,6 +1,6 @@
/* $NetBSD: $ */
/* $FreeBSD: $ */
-/* $OpenBSD: getencstat.c,v 1.1 2000/02/21 08:45:15 mjacob Exp $ */
+/* $OpenBSD: getencstat.c,v 1.2 2000/02/22 06:21:36 mjacob Exp $ */
/*
* Copyright (c) 2000 by Matthew Jacob
* All rights reserved.
@@ -43,6 +43,7 @@
extern char *geteltnm __P((int));
extern char *stat2ascii __P((int, u_char *));
+int main __P((int, char **));
int
main(a, v)