aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
authorjames <>2008-02-15 20:52:36 +0000
committerjames <>2008-02-15 20:52:36 +0000
commit15e84568cdefdddc2191d15156ab5e35d57b47be (patch)
tree7c47628593209f2454fcd33926830e24284605a6 /src/prototypes.h
parentf5c0446975d0e1109a1c15f272f35fd7e20dbf9b (diff)
downloadsympathy-15e84568cdefdddc2191d15156ab5e35d57b47be.tar.gz
sympathy-15e84568cdefdddc2191d15156ab5e35d57b47be.tar.bz2
sympathy-15e84568cdefdddc2191d15156ab5e35d57b47be.zip
*** empty log message ***
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[]);