diff options
author | midipix <writeonce@midipix.org> | 2019-10-28 04:19:56 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-11-20 03:00:40 +0000 |
commit | c42bd5f05e744e0d863d0b10552d490377e06c63 (patch) | |
tree | c9b2af5f50d604406465b0e71efa5152ef22d404 /src/internal | |
parent | b1665b0ec48cce7b5fd0029da92f67314eb5fa4c (diff) | |
download | sltdl-c42bd5f05e744e0d863d0b10552d490377e06c63.tar.bz2 sltdl-c42bd5f05e744e0d863d0b10552d490377e06c63.tar.xz |
internals: added lt_slock(), lt_sunlock().
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/sltdl_core.h | 7 |
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 |