make send_stored_logs static
This commit is contained in:
parent
bf76aeeba1
commit
e1c11c47db
@ -217,7 +217,7 @@ out:
|
||||
/*
|
||||
* This needs to send any stored log messages.
|
||||
*/
|
||||
void send_stored_logs (void)
|
||||
static void send_stored_logs (void)
|
||||
{
|
||||
char *string;
|
||||
char *ptr;
|
||||
|
Loading…
Reference in New Issue
Block a user