From 8db5030a687b9a91ca39296edb6cd4728e5d71bf Mon Sep 17 00:00:00 2001 From: Artur Artamonov Date: Sun, 29 Jun 2014 19:14:44 +0300 Subject: Initial commit --- 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