From 843fe9bb5b77fd20153816400ce918989730f99d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 1 Jun 2012 12:00:55 +0200 Subject: add the service object --- procd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'procd.h') diff --git a/procd.h b/procd.h index cc063b3..8b33143 100644 --- a/procd.h +++ b/procd.h @@ -2,6 +2,7 @@ #define __PROCD_H #include +#include #include #define DPRINTF(fmt, ...) do { \ @@ -12,5 +13,6 @@ extern int debug; extern char *ubus_socket; void procd_connect_ubus(void); +void procd_register_objects(struct ubus_context *ctx); #endif -- cgit v1.2.1