mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Make doxygen not complain about the way we spell CRLFNUL in control.c
svn:r17735
This commit is contained in:
parent
1e5f457461
commit
43b111535a
@ -622,7 +622,7 @@ send_control_event_impl(uint16_t event, event_format_t which, int extended,
|
||||
* <b>format</b>, and other arguments as provided.
|
||||
*
|
||||
* Currently the length of the message is limited to 1024 (including the
|
||||
* ending \n\r\0. */
|
||||
* ending \\n\\r\\0. */
|
||||
static void
|
||||
send_control_event(uint16_t event, event_format_t which,
|
||||
const char *format, ...)
|
||||
@ -642,7 +642,7 @@ send_control_event(uint16_t event, event_format_t which,
|
||||
* that have enabled extended events.
|
||||
*
|
||||
* Currently the length of the message is limited to 1024 (including the
|
||||
* ending \n\r\0. */
|
||||
* ending \\n\\r\\0. */
|
||||
static void
|
||||
send_control_event_extended(uint16_t event, event_format_t which,
|
||||
const char *format, ...)
|
||||
|
Loading…
Reference in New Issue
Block a user