Mercurial > audlegacy-plugins
comparison src/echo_plugin/echo.c @ 2519:2da1343a024d
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Tue, 08 Apr 2008 15:11:35 -0500 |
| parents | 4d6045c20cc5 |
| children | 769e17da93dd |
comparison
equal
deleted
inserted
replaced
| 2518:eef3a506a2b8 | 2519:2da1343a024d |
|---|---|
| 1 #include "config.h" | |
| 1 #include <audacious/plugin.h> | 2 #include <audacious/plugin.h> |
| 2 | |
| 3 #include <stdlib.h> | 3 #include <stdlib.h> |
| 4 #include <stdio.h> | 4 #include <stdio.h> |
| 5 #include <string.h> | 5 #include <string.h> |
| 6 #include <gtk/gtk.h> | 6 #include <gtk/gtk.h> |
| 7 #include <audacious/i18n.h> | 7 #include <audacious/i18n.h> |
| 8 #include <audacious/configdb.h> | |
| 9 #include "echo.h" | 8 #include "echo.h" |
| 10 | 9 |
| 11 #include "../../config.h" | |
| 12 | 10 |
| 13 static void init(void); | 11 static void init(void); |
| 14 static void cleanup(void); | 12 static void cleanup(void); |
| 15 static int mod_samples(gpointer * d, gint length, AFormat afmt, gint srate, gint nch); | 13 static int mod_samples(gpointer * d, gint length, AFormat afmt, gint srate, gint nch); |
| 16 | 14 |
