aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rpcstat.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-29 03:49:23 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-29 03:49:23 +0000
commit178bf8748ee21c8d710e9d7e17962cac8100d2f1 (patch)
treeb18fa6cfc76e83780a2ee7e27201457e69477362 /tap-rpcstat.c
parent6d1441c986eb2758a61b5cc1a5aa3ba9037fef79 (diff)
Constify some variables, functions, and structure members to squelch
compiler warnings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15138 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-rpcstat.c')
-rw-r--r--tap-rpcstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-rpcstat.c b/tap-rpcstat.c
index c0981a3a31..ec178440dc 100644
--- a/tap-rpcstat.c
+++ b/tap-rpcstat.c
@@ -46,7 +46,7 @@
/* used to keep track of statistics for a specific procedure */
typedef struct _rpc_procedure_t {
- char *proc;
+ const char *proc;
int num;
nstime_t min;
nstime_t max;