aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/uat-int.h2
-rw-r--r--epan/uat.h2
2 files changed, 2 insertions, 2 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;
diff --git a/epan/uat.h b/epan/uat.h
index 0c22ba1dfb..dc2f09e10c 100644
--- a/epan/uat.h
+++ b/epan/uat.h
@@ -62,7 +62,7 @@ extern "C" {
*/
/* obscure data type to handle an uat */
-typedef struct _uat_t uat_t;
+typedef struct epan_uat uat_t;
/********************************************
* Callbacks:
* these instruct uat on how to deal with user info and data in records