comparison src/audacious/plugin.h @ 3748:08e87e5051d8

fix a typo
author William Pitcock <nenolod@atheme.org>
date Sun, 14 Oct 2007 03:57:03 -0500
parents ffc8e51efe0c
children 0fb35f6cc4b7
comparison
equal deleted inserted replaced
3747:ffc8e51efe0c 3748:08e87e5051d8
458 gint (*hook_dissociate)(const gchar *name, HookFunction func); 458 gint (*hook_dissociate)(const gchar *name, HookFunction func);
459 void (*hook_call)(const gchar *name, gpointer hook_data); 459 void (*hook_call)(const gchar *name, gpointer hook_data);
460 460
461 /* xconvert API */ 461 /* xconvert API */
462 struct xmms_convert_buffers *(*xmms_convert_buffers_new)(void); 462 struct xmms_convert_buffers *(*xmms_convert_buffers_new)(void);
463 void *(*xmms_convert_buffers_free)(struct xmms_convert_buffers *buf); 463 void (*xmms_convert_buffers_free)(struct xmms_convert_buffers *buf);
464 void *(*xmms_convert_buffers_destroy)(struct xmms_convert_buffers *buf); 464 void (*xmms_convert_buffers_destroy)(struct xmms_convert_buffers *buf);
465 convert_func_t (*xmms_convert_get_func)(AFormat output, AFormat input); 465 convert_func_t (*xmms_convert_get_func)(AFormat output, AFormat input);
466 convert_channel_func_t (*xmms_convert_get_channel_func)(AFormat fmt, 466 convert_channel_func_t (*xmms_convert_get_channel_func)(AFormat fmt,
467 int output, 467 int output,
468 int input); 468 int input);
469 convert_freq_func_t (*xmms_convert_get_frequency_func)(AFormat fmt, 469 convert_freq_func_t (*xmms_convert_get_frequency_func)(AFormat fmt,