aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prototypes.h')
-rw-r--r--src/prototypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prototypes.h b/src/prototypes.h
index f818c88..69ef02d 100644
--- a/src/prototypes.h
+++ b/src/prototypes.h
@@ -163,6 +163,6 @@ extern void lockfile_remove_stale(Filelist *fl);
extern Filelist *lockfile_lock(Filelist *fl);
extern void lockfile_unlock(Filelist *fl);
extern int serial_lock_check(Serial_lock *l);
-extern Serial_lock void serial_lock_free(Serial_lock *l);
+extern void serial_lock_free(Serial_lock *l);
extern Serial_lock *serial_lock_new(char *dev, int mode);
extern int main(int argc, char *argv[]);