summaryrefslogtreecommitdiffstats
path: root/src/pnc.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/pnc.c
parent9e059f898ae1b0528cdde553fd51c661901e283a (diff)
downloadneco-daa68c4b2de9814b8331e7b9079d5fc49bee35c1.tar
neco-daa68c4b2de9814b8331e7b9079d5fc49bee35c1.zip
Add first parts of interface config handling
Diffstat (limited to 'src/pnc.c')
-rw-r--r--src/pnc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pnc.c b/src/pnc.c
deleted file mode 100644
index 942ba2f..0000000
--- a/src/pnc.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "config-load.h"
-
-int main(int argc, char *argv[]) {
- read_config(argv[1]);
- return 0;
-}