From c42bd5f05e744e0d863d0b10552d490377e06c63 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 28 Oct 2019 04:19:56 +0000 Subject: internals: added lt_slock(), lt_sunlock(). --- src/internal/sltdl_core.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/internal/sltdl_core.h (limited to 'src/internal') 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 -- cgit v1.2.3