aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat-int.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-10-09 09:55:14 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-10-09 09:55:14 +0000
commit4938502ee0b93fd703cb8649a706456a11457388 (patch)
tree5f562cba38e325e55e3087e63b9fad402d99a8d8 /epan/uat-int.h
parente0c689dc0362faeb7bcd5b5b78d3b5988ecf8d34 (diff)
Added a button to refresh a UAT from the system defaults (if existing).
Added a button to clear the list. Added tooltip to some buttons. Removed unused clist code. svn path=/trunk/; revision=39319
Diffstat (limited to 'epan/uat-int.h')
-rw-r--r--epan/uat-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/uat-int.h b/epan/uat-int.h
index 998b815fcc..dcfd8ef42e 100644
--- a/epan/uat-int.h
+++ b/epan/uat-int.h
@@ -66,6 +66,7 @@ struct _uat_t {
uat_rep_t* rep;
uat_rep_free_cb_t free_rep;
gboolean loaded;
+ gboolean from_global;
};
gchar* uat_get_actual_filename(uat_t* uat, gboolean for_writing);