aboutsummaryrefslogtreecommitdiff
path: root/sntp/sntp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sntp/sntp.c')
-rw-r--r--sntp/sntp.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/sntp/sntp.c b/sntp/sntp.c
new file mode 100644
index 000000000000..bdc8e4e7fd29
--- /dev/null
+++ b/sntp/sntp.c
@@ -0,0 +1,14 @@
+#include <config.h>
+
+#include "main.h"
+
+volatile int debug;
+
+int
+main (
+ int argc,
+ char **argv
+ )
+{
+ return sntp_main(argc, argv);
+}