comparison src/audacious/visualization.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents 0898b8139af8
children a77d02342ee1
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
20 * along with this program. If not, see <http://www.gnu.org/licenses>. 20 * along with this program. If not, see <http://www.gnu.org/licenses>.
21 * 21 *
22 * The Audacious team does not consider modular code linking to 22 * The Audacious team does not consider modular code linking to
23 * Audacious or using our public API to be a derived work. 23 * Audacious or using our public API to be a derived work.
24 */ 24 */
25 #ifndef VISUALIZATION_H 25 #ifndef AUDACIOUS_VISUALIZATION_H
26 #define VISUALIZATION_H 26 #define AUDACIOUS_VISUALIZATION_H
27 27
28 #include <glib.h> 28 #include <glib.h>
29 #include "flow.h" 29 #include "flow.h"
30 #include "plugin.h" 30 #include "plugin.h"
31 31
48 void vis_send_data(gint16 pcm_data[2][512], gint nch, gint length); 48 void vis_send_data(gint16 pcm_data[2][512], gint nch, gint length);
49 void vis_flow(FlowContext *context); 49 void vis_flow(FlowContext *context);
50 50
51 extern VisPluginData vp_data; 51 extern VisPluginData vp_data;
52 52
53 #endif 53 #endif /* AUDACIOUS_VISUALIZATION_H */