aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat-int.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-03 21:35:36 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-03 21:35:36 +0000
commitbf0de4310bd8e4debe857dc8f96e365ed77fcb1f (patch)
tree958e1472b2398da00a82e87b5902619b2e4983a7 /epan/uat-int.h
parentcedb73c7f76c6f1f3119bc7d080a7a696c12c60d (diff)
Rename struct _uat_t to epan_uat
Leave typedef (uat_t) unchanged. svn path=/trunk/; revision=53767
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 f924256277..9132d53552 100644
--- a/epan/uat-int.h
+++ b/epan/uat-int.h
@@ -50,7 +50,7 @@ typedef struct _fld_data_t {
uat_rep_fld_free_cb_t free_rep;
} fld_data_t;
-struct _uat_t {
+struct epan_uat {
const char* name;
size_t record_size;
const char* filename;