Remove unnecessary declaration from header file (#1052)

Remove unnecessary declaration.

The implementation of the vrtpprintf function has been removed in commit
5e87c44469.
This commit is contained in:
Yoshiki Kadoshita 2022-10-29 12:22:26 +09:00 committed by GitHub
parent af48249f29
commit 78674aebee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,6 @@ extern volatile turn_time_t _log_time_value;
extern int use_new_log_timestamp_format;
void rtpprintf(const char *format, ...);
int vrtpprintf(TURN_LOG_LEVEL level, const char *format, va_list args);
void reset_rtpprintf(void);
void set_logfile(const char *fn);
void rollover_logfile(void);