s/stat/eth_stat/ and s/unlink/eth_unlink/ to avoid non-ASCII filename problems on...
[obnox/wireshark/wip.git] / tap_dfilter_dlg.h
index 18a75e982a624eba1bb2692e6e605f7134eb4f79..43fe396aadfdbd72bac419a4ae4dade8b0f816de 100644 (file)
@@ -67,7 +67,7 @@ typedef struct _tap_dfilter_dlg {
  * We register it both as a command-line stat and a menu item stat.
  */
 void register_dfilter_stat(tap_dfilter_dlg *info, const char *name,
-    REGISTER_STAT_GROUP_E group);
+    register_stat_group_t group);
 
 /* This will update the titles of the dialog windows when we load a new capture file. */
 void tap_dfilter_dlg_update (void);