libmsngr  1.1
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups
msngr_lockfile.c File Reference

Lock File Functions. More...

#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <errno.h>
#include "messenger.h"

Go to the source code of this file.

Functions

int lockfile_remove (const char *path, const char *name, size_t errlen, char *errstr)
 Remove a lockfile.
int lockfile_create (const char *path, const char *name, int flags, size_t errlen, char *errstr)
 Create a lockfile.

Detailed Description

Lock File Functions.

Definition in file msngr_lockfile.c.