6 lines
92 B
C
6 lines
92 B
C
#ifndef _LINUX_NETLOG_H
|
|
#define _LINUX_NETLOG_H
|
|
|
|
void net_log(const char *fmt, ...);
|
|
#endif
|