Corrected prototype for ex_opt_get_nth().
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 29 Sep 2009 10:01:06 +0000 (10:01 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 29 Sep 2009 10:01:06 +0000 (10:01 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30191 f5534014-38df-0310-8fa8-9805f1628bb7

epan/ex-opt.h

index e939d84ddeeafd600c1cc437604f73827d3998ff..0cfbc3aa1f571c7a115a329c1d840eef11b97cef 100644 (file)
@@ -36,7 +36,7 @@ extern gboolean ex_opt_add(const gchar* optarg);
 extern gint ex_opt_count(const gchar* key);
 
 /* fetches the nth argument of a given key returns NULL if there isn't */
-extern const gchar* ex_opt_get_index(const gchar* key, guint index);
+extern const gchar* ex_opt_get_nth(const gchar* key, guint index);
 
 /* extracts the next value of a given key */
 extern const gchar* ex_opt_get_next(const gchar* key);