aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2015-05-15 10:25:25 +0200
committerBjørn Mork <bjorn@mork.no>2015-05-15 10:25:25 +0200
commit73e699faf130d0fc0f2f076d95db9dbd7f42a8b6 (patch)
tree6f0e62ed18a2791e66525b9efb6430e851ba76d8 /include
parentb8c5c3b44362778c099531f7a905c56a0423bcef (diff)
ripe-atlas-fw: imported version 46604660
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'include')
-rw-r--r--include/applets.h1
-rw-r--r--include/usage.h6
2 files changed, 7 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 829ba14..4e6a702 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -148,6 +148,7 @@ USE_EOOQD(APPLET(eooqd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
USE_EPERD(APPLET(eperd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
USE_ETHER_WAKE(APPLET_ODDNAME(ether-wake, ether_wake, _BB_DIR_USR_BIN, _BB_SUID_NEVER, ether_wake))
USE_EVHTTPGET(APPLET(evhttpget, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
+USE_EVNTP(APPLET(evntp, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_EVPING(APPLET(evping, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_EVSSLGETCERT(APPLET(evsslgetcert, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_EVTDIG(APPLET(evtdig, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
diff --git a/include/usage.h b/include/usage.h
index c4953bc..1a386b9 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1043,6 +1043,12 @@
"\n -4 Only IPv4 addresses" \
"\n -6 Only IPv6 addresses" \
+#define evntp_trivial_usage \
+ "todo"
+
+#define evntp_full_usage \
+ "todo"
+
#define evping_trivial_usage \
"todo"
#define evping_full_usage "\n\n" \