aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-03-21 10:35:50 +0100
committerMichael Mann <mmann78@netscape.net>2015-03-21 12:11:52 +0000
commitce76a6478b61e26968fd69fc993166f24ca359d4 (patch)
treec92153bd73d2b46ec5a394d11c58f2baafeb673b /epan/proto.h
parentf0311abe72614e1ff9d653205f1eaf90f4350049 (diff)
Proto.h: fix parameter 'err' not found in the function declaration [-Wdocumentation]
Change-Id: Ibca63a9119b9c45e6a24fe3dc14dc7ed86c3576a Reviewed-on: https://code.wireshark.org/review/7774 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 45fb0506ba..c29d39f009 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -1006,7 +1006,6 @@ Integers of 8, 16, 24 and 32 bits can be retreived with these functions.
@param length length of data in tvb (for strings can be -1 for remaining)
@param encoding data encoding (e.g, ENC_LITTLE_ENDIAN, ENC_BIG_ENDIAN, ENC_ASCII|ENC_STRING, etc.)
@param[out] retval points to a gint/guint 8/16/32/64 or gfloat/gdouble which will be set
-@param[out] err gets set to 0 if no failure, else the errno code (EDOM or ERANGE)
@return the newly created item, and value is set to the decoded value
*/
WS_DLL_PUBLIC proto_item *