diff options
Diffstat (limited to '')
-rw-r--r-- | src/gerror.h (renamed from src/decoder_print.h) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/decoder_print.h b/src/gerror.h index 31713d5d8..fe4c54da9 100644 --- a/src/decoder_print.h +++ b/src/gerror.h @@ -17,12 +17,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPD_DECODER_PRINT_H -#define MPD_DECODER_PRINT_H +#ifndef MPD_GERROR_H +#define MPD_GERROR_H -struct client; - -void -decoder_list_print(struct client *client); +typedef struct _GError GError; #endif |