aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen/rpc_clntout.c
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2005-08-31 20:45:15 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2005-08-31 20:45:15 +0000
commitd0cc804bba69cab19f4455c5d40bb9685b4f22ae (patch)
tree4a33cf6a790409ae0d5b7959e4a8b9e8d6a81c3c /usr.bin/rpcgen/rpc_clntout.c
parent7ee3c044d0e8901edc62f9c877c527d7ec457552 (diff)
downloadsrc-d0cc804bba69cab19f4455c5d40bb9685b4f22ae.tar.gz
src-d0cc804bba69cab19f4455c5d40bb9685b4f22ae.zip
- Use prototypes in headers.
- Include rpc_scan.h before rpc_util.h for the tok_kind enum. - Nuke unused declarations.
Notes
Notes: svn path=/head/; revision=149682
Diffstat (limited to 'usr.bin/rpcgen/rpc_clntout.c')
-rw-r--r--usr.bin/rpcgen/rpc_clntout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c
index 1e328761ebc3..e12eee415fd6 100644
--- a/usr.bin/rpcgen/rpc_clntout.c
+++ b/usr.bin/rpcgen/rpc_clntout.c
@@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <rpc/types.h>
#include "rpc_parse.h"
+#include "rpc_scan.h"
#include "rpc_util.h"
extern void pdeclaration( char *, declaration *, int, char * );