6 lines
113 B
C++
6 lines
113 B
C++
|
|
#include <stdio.h>
|
||
|
|
void* io_kni_init(const char* unix_domain_path, struct event_base * attach)
|
||
|
|
{
|
||
|
|
return NULL;
|
||
|
|
}
|