9 lines
81 B
C
9 lines
81 B
C
#ifndef _ULOCK_H
|
|
#define _ULOCK_H
|
|
|
|
int lock(char *);
|
|
int ulock(char *);
|
|
|
|
#endif
|
|
|