diff options
Diffstat (limited to 'ui/capture_info.h')
-rw-r--r-- | ui/capture_info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/capture_info.h b/ui/capture_info.h index d94819af..24e8cdfc 100644 --- a/ui/capture_info.h +++ b/ui/capture_info.h @@ -30,11 +30,11 @@ extern "C" { /** Current Capture info. */ typedef struct _capture_info { /* handle */ - gpointer ui; /**< user interface handle */ + void * ui; /**< user interface handle */ /* capture info */ packet_counts *counts; /**< protocol specific counters */ - gint new_packets; /**< packets since last update */ + int new_packets; /**< packets since last update */ } capture_info; typedef struct _info_data { |