summaryrefslogtreecommitdiff
path: root/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core.h')
-rw-r--r--core.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/core.h b/core.h
new file mode 100644
index 0000000..56cde40
--- /dev/null
+++ b/core.h
@@ -0,0 +1,8 @@
+#ifndef __CORE
+#define __CORE
+
+#include "rfkill.h"
+
+extern const char rfkill_version[];
+
+#endif