From c8817751d0b83036de1d30ef19717f3a2d0ec990 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 15 Feb 2008 15:09:17 +0000 Subject: [PATCH] *** empty log message *** --- src/lockfile.c | 17 +++++++++++++++++ src/lockfile.h | 23 +++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 src/lockfile.c create mode 100644 src/lockfile.h diff --git a/src/lockfile.c b/src/lockfile.c new file mode 100644 index 0000000..4f94c57 --- /dev/null +++ b/src/lockfile.c @@ -0,0 +1,17 @@ +/* + * lockfile.c: + * + * Copyright (c) 2008 James McKenzie , + * All rights reserved. + * + */ + +static char rcsid[] = "$Id$"; + +/* + * $Log$ + * Revision 1.1 2008/02/15 15:09:17 james + * *** empty log message *** + * + */ + diff --git a/src/lockfile.h b/src/lockfile.h new file mode 100644 index 0000000..660490c --- /dev/null +++ b/src/lockfile.h @@ -0,0 +1,23 @@ +/* + * lockfile.h: + * + * Copyright (c) 2008 James McKenzie , + * All rights reserved. + * + */ + +/* + * $Id$ + */ + +/* + * $Log$ + * Revision 1.1 2008/02/15 15:09:17 james + * *** empty log message *** + * + */ + +#ifndef __LOCKFILE_H__ +#define __LOCKFILE_H__ + +#endif /* __LOCKFILE_H__ */ -- 2.30.2