diff options
author | 2013-11-18 17:37:45 +0000 | |
---|---|---|
committer | 2013-11-18 17:37:45 +0000 | |
commit | fcda7a7ee9a69ed680cb5adfbec437dc10310bf6 (patch) | |
tree | 9e403371f218d6588e0c4bd3f72465f734ab0b28 /lib/libsndio | |
parent | cleanup style (diff) | |
download | wireguard-openbsd-fcda7a7ee9a69ed680cb5adfbec437dc10310bf6.tar.xz wireguard-openbsd-fcda7a7ee9a69ed680cb5adfbec437dc10310bf6.zip |
add missing prototypes
Diffstat (limited to 'lib/libsndio')
-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 */ |