summaryrefslogtreecommitdiffhomepage
path: root/src/internal/sltdl_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/sltdl_core.h')
-rw-r--r--src/internal/sltdl_core.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/internal/sltdl_core.h b/src/internal/sltdl_core.h
new file mode 100644
index 0000000..f74542e
--- /dev/null
+++ b/src/internal/sltdl_core.h
@@ -0,0 +1,7 @@
+#ifndef SLTDL_CORE_H
+#define SLTDL_CORE_H
+
+void lt_slock(void);
+int lt_sunlock(int);
+
+#endif