- Fix doxygen warning in respip.h.

This commit is contained in:
W.C.A. Wijngaards 2022-09-21 15:23:04 +02:00
parent 8e18f11965
commit e93c75a5d4
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
- Patch for CVE-2022-3204 Non-Responsive Delegation Attack.
- This patch was released in 1.16.3, the code repository continues
with the previous features and fixes for 1.17.0.
- Fix doxygen warning in respip.h.
20 September 2022: George
- Convert tdir tests to use the new skip_test functionality.

View File

@ -66,8 +66,9 @@ views_create(void)
return v;
}
/** This prototype is defined in in respip.h, but we want to avoid
* unnecessary dependencies */
/* \noop (ignore this comment for doxygen)
* This prototype is defined in in respip.h, but we want to avoid
* unnecessary dependencies */
void respip_set_delete(struct respip_set *set);
void