From 051cea0b4bf3bdffb7db025124b2b4757d8a1b31 Mon Sep 17 00:00:00 2001 From: dianshi Date: Sun, 5 Apr 2020 11:41:04 +0100 Subject: Initial non moded with all souces added --- kconf2h/kconf2h.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 kconf2h/kconf2h.h (limited to 'kconf2h/kconf2h.h') diff --git a/kconf2h/kconf2h.h b/kconf2h/kconf2h.h new file mode 100644 index 0000000..165d4cc --- /dev/null +++ b/kconf2h/kconf2h.h @@ -0,0 +1,10 @@ +#ifndef __KCONF2H_H +#define __KCONF2H_H + +#include +#include +#include + +int parse_kconf2h( const char*, FILE* ); + +#endif -- cgit v1.2.3