X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=file.h;h=870e26718c0182d7e2063e03d28a9f74829ca4d1;hp=c4cb0d81a1517582e3ebc256dd20dcd3d7f88349;hb=c849d04fc8512771013f9ccae5144b66d363668d;hpb=bc100538d3883639a948f4158015f6a0b255bcd7 diff --git a/file.h b/file.h index c4cb0d8..870e267 100644 --- a/file.h +++ b/file.h @@ -19,6 +19,15 @@ #ifndef __RPC_FILE_H #define __RPC_FILE_H +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include #include @@ -57,6 +66,4 @@ struct rpc_file_exec_context { int stat; }; -int rpc_file_api_init(struct ubus_context *ctx); - #endif