aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2019-07-11 12:23:07 +0200
committerAnders Broman <a.broman58@gmail.com>2019-07-11 11:03:00 +0000
commit496fe3dfbf698aa027596aa5bdf506361ed065fc (patch)
tree7829455e64cf3245b409654847e7a1531c270d15 /epan/prefs-int.h
parent5dd422f06d1e7879abbd9f4631a5e1372b073e05 (diff)
Doxygen: Fix some warnings.
Change-Id: I0344d44d08d2e159c895d693500403c067039a44 Reviewed-on: https://code.wireshark.org/review/33894 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/prefs-int.h')
-rw-r--r--epan/prefs-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/prefs-int.h b/epan/prefs-int.h
index 74fd1c0334..df391add94 100644
--- a/epan/prefs-int.h
+++ b/epan/prefs-int.h
@@ -270,7 +270,7 @@ prefs_pref_is_default(pref_t *pref);
* @param unused unused
*/
WS_DLL_PUBLIC
-guint pref_stash(pref_t *pref, gpointer unused _U_);
+guint pref_stash(pref_t *pref, gpointer unused);
typedef struct pref_unstash_data
{
@@ -303,7 +303,7 @@ guint pref_unstash(pref_t *pref, gpointer unstash_data_p);
* @return Always returns 0.
*/
WS_DLL_PUBLIC
-guint pref_clean_stash(pref_t *pref, gpointer unused _U_);
+guint pref_clean_stash(pref_t *pref, gpointer unused);
/** Set a stashed preference to its default value.
*