raop: Cosmetic fixes / Match coding style

Reviewed-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
Martin Blanchard 2016-01-31 22:16:00 -06:00 committed by Tanu Kaskinen
parent d623c689e6
commit 6665acac56
8 changed files with 252 additions and 222 deletions

View file

@ -21,10 +21,10 @@
along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
***/
/*
/***
This file was originally inspired by a file developed by
Kungliga Tekniska högskolan
*/
***/
int pa_base64_encode(const void *data, int size, char **str);
int pa_base64_decode(const char *str, void *data);