aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.h
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-11-15 14:17:20 +0000
committerNathan Neulinger <nneul@umr.edu>1999-11-15 14:17:20 +0000
commitb72c0d1f60e3db127fba8494eb9fb00d516c6088 (patch)
treed5fecec4094c54b28370c295bafc91e9a3858828 /packet-rpc.h
parente1ef668523ba2215888a9f82a70e6ee6e3c79c8b (diff)
Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.
svn path=/trunk/; revision=1034
Diffstat (limited to 'packet-rpc.h')
-rw-r--r--packet-rpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-rpc.h b/packet-rpc.h
index 04fe49ecb5..e204f82cab 100644
--- a/packet-rpc.h
+++ b/packet-rpc.h
@@ -1,5 +1,5 @@
/* packet-rpc.h (c) 1999 Uwe Girlich */
-/* $Id: packet-rpc.h,v 1.4 1999/11/11 21:22:00 nneul Exp $ */
+/* $Id: packet-rpc.h,v 1.5 1999/11/15 14:17:19 nneul Exp $ */
#ifndef __PACKET_RPC_H__
#define __PACKET_RPC_H__
@@ -96,7 +96,7 @@ extern char *rpc_prog_name(guint32 prog);
extern void init_dissect_rpc();
extern void cleanup_dissect_rpc();
-extern unsigned int roundup(unsigned int a);
+extern unsigned int rpc_roundup(unsigned int a);
extern int dissect_rpc_string(const u_char *pd, int offset, frame_data *fd,
proto_tree *tree, char* name);
extern int dissect_rpc_string_item(const u_char *pd, int offset, frame_data *fd,