summaryrefslogtreecommitdiff
path: root/epan/uat.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-08 09:06:08 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-08 09:06:08 +0000
commit922a57753b1e52c3f1e63554a4c88c173df86287 (patch)
tree794f0796085fbe04ba931b6275e2b0a6589571a5 /epan/uat.h
parent1df459c41503e887f698fbd3101f95fb450ef1e6 (diff)
downloadwireshark-922a57753b1e52c3f1e63554a4c88c173df86287.tar.gz
Constify the second argument to uat_load(), to squelch some warnings.
svn path=/trunk/; revision=47560
Diffstat (limited to 'epan/uat.h')
-rw-r--r--epan/uat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/uat.h b/epan/uat.h
index 6a50aeb3d8..efdc1b8c77 100644
--- a/epan/uat.h
+++ b/epan/uat.h
@@ -268,7 +268,7 @@ uat_t* uat_new(const char* name,
*
* @return TRUE on success, FALSE on failure.
*/
-gboolean uat_load(uat_t* uat_in, char** err);
+gboolean uat_load(uat_t* uat_in, const char** err);
/** Create or update a single uat entry using a string.
*