Rename struct _uat_t to epan_uat
authorJakub Zawadzki <darkjames-ws@darkjames.pl>
Tue, 3 Dec 2013 21:35:36 +0000 (21:35 -0000)
committerJakub Zawadzki <darkjames-ws@darkjames.pl>
Tue, 3 Dec 2013 21:35:36 +0000 (21:35 -0000)
Leave typedef (uat_t) unchanged.

svn path=/trunk/; revision=53767

epan/uat-int.h
epan/uat.h

index f924256277f629841702700cb41fe3b9f3276051..9132d535522f668efb922551cd7f310d631b7bfc 100644 (file)
@@ -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;
index 0c22ba1dfbf86e6ff16aa5bbd22e070860f1c8b5..dc2f09e10caf3a7805e39b776bb600d28a54f4c3 100644 (file)
@@ -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