diff options
Diffstat (limited to 'usr.bin/aucat/safile.h')
-rw-r--r-- | usr.bin/aucat/safile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/safile.h b/usr.bin/aucat/safile.h index ff1eb65eb6e..795e59b376e 100644 --- a/usr.bin/aucat/safile.h +++ b/usr.bin/aucat/safile.h @@ -1,4 +1,4 @@ -/* $OpenBSD: safile.h,v 1.2 2008/11/07 21:01:15 ratchov Exp $ */ +/* $OpenBSD: safile.h,v 1.3 2008/12/07 17:10:41 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -23,7 +23,7 @@ struct safile; struct aparams; struct safile *safile_new(struct fileops *, char *, - struct aparams *, struct aparams *, unsigned *, unsigned *, int); + struct aparams *, struct aparams *, unsigned *, unsigned *); extern struct fileops safile_ops; |