#include "flock.h"
Go to the source code of this file.
Functions | |
int | lock_file (int fd) |
Lock a file. More... | |
int | unlock_file (int fd) |
Unlock a file. More... |
Definition in file flock.c.
|
Lock a file.
Definition at line 13 of file flock.c. Referenced by packet_dump(). |
|
Unlock a file.
Definition at line 28 of file flock.c. Referenced by packet_dump(). |