summaryrefslogtreecommitdiffstats
path: root/wiretap/wtap_modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/wtap_modules.h')
-rw-r--r--wiretap/wtap_modules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/wtap_modules.h b/wiretap/wtap_modules.h
index 05320c32..5bbbf745 100644
--- a/wiretap/wtap_modules.h
+++ b/wiretap/wtap_modules.h
@@ -26,9 +26,9 @@ typedef struct _wtap_module_reg {
void (*cb_func)(void);
} wtap_module_reg_t;
-extern wtap_module_reg_t wtap_module_reg[];
+extern wtap_module_reg_t const wtap_module_reg[];
-extern const guint wtap_module_count;
+extern const unsigned wtap_module_count;
#ifdef __cplusplus
}