aboutsummaryrefslogtreecommitdiffstats
path: root/epan/nstime.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/nstime.h')
-rw-r--r--epan/nstime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/nstime.h b/epan/nstime.h
index af80797373..f7cf0957f1 100644
--- a/epan/nstime.h
+++ b/epan/nstime.h
@@ -78,7 +78,7 @@ extern void nstime_sum(nstime_t *sum, const nstime_t *b, const nstime_t *a );
* a = b : 0
* a < b : < 0
*/
-extern int nstime_cmp(nstime_t *a, const nstime_t *b );
+extern int nstime_cmp (const nstime_t *a, const nstime_t *b );
/* converts nstime to double, time base is milli seconds */
extern double nstime_to_msec(const nstime_t *nstime);