File: lock.h

package info (click to toggle)
slurp 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: ansic: 1,377; xml: 240; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 62 bytes parent folder | download
1
2
3
4
5
6
#ifndef _LOCK_H
#define _LOCK_H

bool acquire_lock();

#endif