aboutsummaryrefslogtreecommitdiffstats
path: root/kconf2h.h
diff options
context:
space:
mode:
authorArtur Artamonov <freeartman@wechall.net>2014-03-13 13:19:24 +0200
committerArtur Artamonov <freeartman@wechall.net>2014-03-13 13:19:24 +0200
commit77fe6091096d7bf1a73f600cbe8f90c702583ef3 (patch)
tree70a4e1918cb99874a614454ae6d2cd60c96dfffa /kconf2h.h
downloadkconfig2h-77fe6091096d7bf1a73f600cbe8f90c702583ef3.tar.gz
kconfig2h-77fe6091096d7bf1a73f600cbe8f90c702583ef3.zip
Initial commit
Diffstat (limited to 'kconf2h.h')
-rw-r--r--kconf2h.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/kconf2h.h b/kconf2h.h
new file mode 100644
index 0000000..165d4cc
--- /dev/null
+++ b/kconf2h.h
@@ -0,0 +1,10 @@
+#ifndef __KCONF2H_H
+#define __KCONF2H_H
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+int parse_kconf2h( const char*, FILE* );
+
+#endif