summaryrefslogtreecommitdiffstats
path: root/src/neco.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2019-01-05 22:06:45 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2019-01-05 22:06:45 +0100
commitdaa68c4b2de9814b8331e7b9079d5fc49bee35c1 (patch)
tree4f82de8a19abf7b6a0c9e6f511ac23995d9d5851 /src/neco.c
parent9e059f898ae1b0528cdde553fd51c661901e283a (diff)
downloadneco-daa68c4b2de9814b8331e7b9079d5fc49bee35c1.tar
neco-daa68c4b2de9814b8331e7b9079d5fc49bee35c1.zip
Add first parts of interface config handling
Diffstat (limited to 'src/neco.c')
-rw-r--r--src/neco.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/neco.c b/src/neco.c
new file mode 100644
index 0000000..942ba2f
--- /dev/null
+++ b/src/neco.c
@@ -0,0 +1,6 @@
+#include "config-load.h"
+
+int main(int argc, char *argv[]) {
+ read_config(argv[1]);
+ return 0;
+}