summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen/rpc_cout.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-08-31 20:45:15 +0000
committerstefanf <stefanf@FreeBSD.org>2005-08-31 20:45:15 +0000
commited8baf6598227f7f0bfd138911ee5638efc2154b (patch)
tree4a33cf6a790409ae0d5b7959e4a8b9e8d6a81c3c /usr.bin/rpcgen/rpc_cout.c
parent06122c40eb6ecf6cf398d8e9492d0f7aa6e9cf21 (diff)
downloadFreeBSD-src-ed8baf6598227f7f0bfd138911ee5638efc2154b.zip
FreeBSD-src-ed8baf6598227f7f0bfd138911ee5638efc2154b.tar.gz
- Use prototypes in headers.
- Include rpc_scan.h before rpc_util.h for the tok_kind enum. - Nuke unused declarations.
Diffstat (limited to 'usr.bin/rpcgen/rpc_cout.c')
-rw-r--r--usr.bin/rpcgen/rpc_cout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c
index f8a18d4..39f7024 100644
--- a/usr.bin/rpcgen/rpc_cout.c
+++ b/usr.bin/rpcgen/rpc_cout.c
@@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <string.h>
#include "rpc_parse.h"
+#include "rpc_scan.h"
#include "rpc_util.h"
static void print_header( definition * );
OpenPOWER on IntegriCloud