summaryrefslogtreecommitdiffhomepage
path: root/src/internal/sltdl_core.h
blob: f74542e305e22d81ddf2c8dbb23ac5bc52e4eb09 (plain)
1
2
3
4
5
6
7
#ifndef SLTDL_CORE_H
#define SLTDL_CORE_H

void lt_slock(void);
int  lt_sunlock(int);

#endif