summaryrefslogtreecommitdiffstats
path: root/procd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-01 12:00:55 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-06-01 12:00:55 +0200
commit843fe9bb5b77fd20153816400ce918989730f99d (patch)
tree79d355a7b0dda58e078575de568ec14d3407ffd3 /procd.h
parentca808f5c335a873c87359ce024e1a14ebae706b9 (diff)
downloadunitd-843fe9bb5b77fd20153816400ce918989730f99d.tar
unitd-843fe9bb5b77fd20153816400ce918989730f99d.zip
add the service object
Diffstat (limited to 'procd.h')
-rw-r--r--procd.h2
1 files changed, 2 insertions, 0 deletions
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 <libubox/uloop.h>
+#include <libubus.h>
#include <stdio.h>
#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