summaryrefslogtreecommitdiffstats
path: root/wiretap/netscreen.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--wiretap/netscreen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiretap/netscreen.h b/wiretap/netscreen.h
index 6ea391c8..bfa37833 100644
--- a/wiretap/netscreen.h
+++ b/wiretap/netscreen.h
@@ -31,9 +31,9 @@
#define NETSCREEN_SPACES_ON_INFO_LINE 14
#define NETSCREEN_MAX_INT_NAME_LENGTH 16
-#define NETSCREEN_INGRESS FALSE
-#define NETSCREEN_EGRESS TRUE
+#define NETSCREEN_INGRESS false
+#define NETSCREEN_EGRESS true
-wtap_open_return_val netscreen_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val netscreen_open(wtap *wth, int *err, char **err_info);
#endif