slcand: keep fake_syslog() private

pull/31/head
IOhannes m zmölnig 2016-10-05 00:19:13 +02:00
parent d98f199b46
commit 643dadd617
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
#define FLOW_HW 1 #define FLOW_HW 1
#define FLOW_SW 2 #define FLOW_SW 2
void fake_syslog(int priority, const char *format, ...) static void fake_syslog(int priority, const char *format, ...)
{ {
va_list ap; va_list ap;