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

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

#endif