diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2013-11-18 17:37:46 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2013-11-18 17:37:46 +0000 |
commit | 2af9e0bad6b3f9144caf8713aa3ec8df97d3dcd1 (patch) | |
tree | 0e5a8b881334347a701069968cee73fa39699b49 /lib/libsndio/aucat.c | |
parent | f22b9aa4bcdd430d10b8b094f5e4dbe3199f7992 (diff) |
add missing prototypes
Diffstat (limited to 'lib/libsndio/aucat.c')
-rw-r--r-- | lib/libsndio/aucat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libsndio/aucat.c b/lib/libsndio/aucat.c index 3c67342c6e4..e7b8b209252 100644 --- a/lib/libsndio/aucat.c +++ b/lib/libsndio/aucat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aucat.c,v 1.59 2013/11/13 22:38:22 ratchov Exp $ */ +/* $OpenBSD: aucat.c,v 1.60 2013/11/18 17:37:45 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -36,6 +36,7 @@ #include "aucat.h" #include "debug.h" + /* * read a message, return 0 if not completed */ |