From 915d25a0c2fcff8a8bb189963f490e0894d05733 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Thu, 17 Dec 2015 08:29:48 +0100 Subject: Finalize Audio plugin Signed-off-by: Manuel Bachmann --- plugins/radio/radio-api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/radio/radio-api.h') diff --git a/plugins/radio/radio-api.h b/plugins/radio/radio-api.h index 3645fff8..4ea41b1c 100644 --- a/plugins/radio/radio-api.h +++ b/plugins/radio/radio-api.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 "IoT.bzh" + * Author "Manuel Bachmann" * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -47,4 +48,4 @@ typedef struct { unsigned char is_playing; /* radio is playing: 0(false)/1(true) */ } radioCtxHandleT; -#endif /* RADIO_API_H */ \ No newline at end of file +#endif /* RADIO_API_H */ -- cgit 1.2.3-korg