aboutsummaryrefslogtreecommitdiffstats
path: root/src/lockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lockfile.c')
-rw-r--r--src/lockfile.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lockfile.c b/src/lockfile.c
index 451901c..b325274 100644
--- a/src/lockfile.c
+++ b/src/lockfile.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.8 2008/02/15 20:52:36 james
+ * *** empty log message ***
+ *
* Revision 1.7 2008/02/15 19:51:30 james
* *** empty log message ***
*
@@ -475,7 +478,7 @@ serial_lock_check (Serial_lock * l)
return 1;
}
-Serial_lock void
+void
serial_lock_free (Serial_lock * l)
{
if (!l)