aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/sldns/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/sldns/parse.h')
-rw-r--r--contrib/unbound/sldns/parse.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/unbound/sldns/parse.h b/contrib/unbound/sldns/parse.h
index 44236bfd4951..fa8f51a924c4 100644
--- a/contrib/unbound/sldns/parse.h
+++ b/contrib/unbound/sldns/parse.h
@@ -153,7 +153,6 @@ int sldns_bgetc(struct sldns_buffer *buffer);
* the position to the first character that is not in *s.
* \param[in] *buffer buffer to use
* \param[in] *s characters to skip
- * \return void
*/
void sldns_bskipcs(struct sldns_buffer *buffer, const char *s);
@@ -162,7 +161,6 @@ void sldns_bskipcs(struct sldns_buffer *buffer, const char *s);
* the position to the first character that is not in *s.
* \param[in] *fp file to use
* \param[in] *s characters to skip
- * \return void
*/
void sldns_fskipcs(FILE *fp, const char *s);
@@ -173,7 +171,6 @@ void sldns_fskipcs(FILE *fp, const char *s);
* \param[in] *fp file to use
* \param[in] *s characters to skip
* \param[in] line_nr pointer to an integer containing the current line number (for debugging purposes)
- * \return void
*/
void sldns_fskipcs_l(FILE *fp, const char *s, int *line_nr);