aboutsummaryrefslogtreecommitdiffstats
path: root/lock.c
blob: 79a7b4f1cb87c5cc0c63928435745a3e7e5d0eaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "config.h"
#include "lock.h"

RCSID("$Id: lock.c,v 1.1.1.1 1999/02/02 23:29:39 shmit Exp $");

int
lock_create(const char *name)
{
	return 0;
}

void
lock_delete(const char *name)
{
}