aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat-int.h
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-05 05:06:21 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-05 05:06:21 +0000
commit0ff75ee400904be3a9de66cd832ba164cb0608aa (patch)
tree9589763778aa33de988993687a746eca572bd2c3 /epan/uat-int.h
parent24478ce4e896475896fb6977d4c519b818a82f49 (diff)
* Add a help facility for UATs
* export help_topic_html() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20717 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/uat-int.h')
-rw-r--r--epan/uat-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/uat-int.h b/epan/uat-int.h
index 54de33b8b3..35c614971d 100644
--- a/epan/uat-int.h
+++ b/epan/uat-int.h
@@ -49,6 +49,7 @@ struct _uat_t {
char* name;
size_t record_size;
char* filename;
+ char* help;
void** user_ptr;
guint* nrows_p;
uat_copy_cb_t copy_cb;
@@ -59,7 +60,6 @@ struct _uat_t {
guint ncols;
GArray* user_data;
gboolean changed;
-
uat_rep_t* rep;
uat_rep_free_cb_t free_rep;
};