aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-09-26 17:04:01 +0000
committerBill Meier <wmeier@newsguy.com>2008-09-26 17:04:01 +0000
commit3e347bb88c75b177c22c363c601fceaf71c9afc5 (patch)
treeb25b463a63c676495cf17944120de8db1aeaa348 /epan/dissectors/packet-dcom.h
parent64f088530e6425da78f49affbd937909910b07ab (diff)
Minor cleanups related to proto_reg_handoff
svn path=/trunk/; revision=26277
Diffstat (limited to 'epan/dissectors/packet-dcom.h')
-rw-r--r--epan/dissectors/packet-dcom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcom.h b/epan/dissectors/packet-dcom.h
index 9859c44294..d6d74b4079 100644
--- a/epan/dissectors/packet-dcom.h
+++ b/epan/dissectors/packet-dcom.h
@@ -39,7 +39,7 @@ extern int hf_dcom_ipid;
extern GHashTable *dcom_uuids;
/* preferences */
-extern int dcom_prefs_display_unmarshalling_details;
+extern gboolean dcom_prefs_display_unmarshalling_details;
typedef struct dcom_machine_s {