aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ex-opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ex-opt.h')
-rw-r--r--epan/ex-opt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ex-opt.h b/epan/ex-opt.h
index a92e06af66..f886298c2e 100644
--- a/epan/ex-opt.h
+++ b/epan/ex-opt.h
@@ -40,7 +40,7 @@ WS_DLL_PUBLIC gboolean ex_opt_add(const gchar* optarg);
WS_DLL_PUBLIC gint ex_opt_count(const gchar* key);
/* fetches the nth argument of a given key returns NULL if there isn't */
-WS_DLL_PUBLIC const gchar* ex_opt_get_nth(const gchar* key, guint index);
+WS_DLL_PUBLIC const gchar* ex_opt_get_nth(const gchar* key, guint key_index);
/* extracts the next value of a given key */
WS_DLL_PUBLIC const gchar* ex_opt_get_next(const gchar* key);