6 lines
77 B
C
6 lines
77 B
C
#ifndef _SWAY_LOCK_H
|
|
#define _SWAY_LOCK_H
|
|
|
|
void arrange_locks(void);
|
|
|
|
#endif
|