Rename from "luci-rpcd" to "rpcd"
[project/rpcd.git] / iwinfo.h
index 2152f82..29ecf9f 100644 (file)
--- a/iwinfo.h
+++ b/iwinfo.h
@@ -1,5 +1,5 @@
 /*
- * luci-rpcd - LuCI UBUS RPC server
+ * rpcd - UBUS RPC server
  *
  *   Copyright (C) 2013 Jo-Philipp Wich <jow@openwrt.org>
  *
 #ifndef __RPC_IWINFO_H
 #define __RPC_IWINFO_H
 
+#include <sys/types.h>
+#include <dirent.h>
 #include <libubus.h>
 #include <iwinfo.h>
-
-int rpc_iwinfo_api_init(struct ubus_context *ctx);
+#include <iwinfo/utils.h>
 
 #endif