X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=file.h;h=870e26718c0182d7e2063e03d28a9f74829ca4d1;hb=7434b2bf6cdb1ad1a6e955a254dfbf68e74df742;hp=c4cb0d81a1517582e3ebc256dd20dcd3d7f88349;hpb=bea6a818756e6c2edbdddcedac26f8e1e29affde;p=project%2Frpcd.git 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