summaryrefslogtreecommitdiffstats
path: root/procd.h
diff options
context:
space:
mode:
Diffstat (limited to 'procd.h')
-rw-r--r--procd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/procd.h b/procd.h
index 66d183c..eeb2889 100644
--- a/procd.h
+++ b/procd.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2013 Felix Fietkau <nbd@openwrt.org>
* Copyright (C) 2013 John Crispin <blogic@openwrt.org>
+ * Copyright (C) 2015 Matthias Schiffer <mschiffer@universe-factory.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 2.1
@@ -29,6 +30,8 @@
extern char *ubus_socket;
extern int upgrade_running;
+void procd_early(void);
+
void procd_connect_ubus(void);
void procd_reconnect_ubus(int reconnect);
void ubus_init_service(struct ubus_context *ctx);