11 lines
228 B
C
11 lines
228 B
C
#include "spec.h"
|
|
|
|
void async_read(string, function);
|
|
void async_write(string, string, int, function);
|
|
#ifdef linux
|
|
void async_getdir(string, function);
|
|
#endif
|
|
#ifdef PACKAGE_DB
|
|
void async_db_exec(int, string, function);
|
|
#endif
|