summaryrefslogtreecommitdiffstats
path: root/rcS.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-11-18 11:32:11 +0100
committerJohn Crispin <blogic@openwrt.org>2013-11-18 11:32:11 +0100
commit2397901d9d5cdc1ccf42777036e70fe9248182a0 (patch)
treed2b4051f620a7ab3f8a67aede747f4c7591c73db /rcS.h
parent93d71ca996eb50b951169414cf541bf0fe4f647e (diff)
downloadunitd-2397901d9d5cdc1ccf42777036e70fe9248182a0.tar
unitd-2397901d9d5cdc1ccf42777036e70fe9248182a0.zip
add a function to add calls to the front of the rcS queue
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'rcS.h')
-rw-r--r--rcS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rcS.h b/rcS.h
index 91d37d1..c6d56b0 100644
--- a/rcS.h
+++ b/rcS.h
@@ -19,5 +19,6 @@
extern int rcS(char *pattern, char *param, void (*q_empty)(struct runqueue *));
extern int rc(const char *file, char *param);
+extern int rcnow(const char *file, char *param);
#endif