aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial/chapter-5/lib/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/chapter-5/lib/lib.h')
-rw-r--r--tutorial/chapter-5/lib/lib.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tutorial/chapter-5/lib/lib.h b/tutorial/chapter-5/lib/lib.h
new file mode 100644
index 000000000..ef39ca4a1
--- /dev/null
+++ b/tutorial/chapter-5/lib/lib.h
@@ -0,0 +1,8 @@
+#ifndef LIB_H
+#define LIB_H
+
+#include "lib_global.h"
+
+MYLIB_EXPORT const char *get_string();
+
+#endif // LIB_H