From 8a7b9d9f454fd379a4a39f5fb4d4a4cb85466c71 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 3 Oct 2011 12:14:07 +0200 Subject: dsd2pcm: fix prototypes Fixes gcc warnings. --- src/dsd2pcm/dsd2pcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dsd2pcm/dsd2pcm.h') diff --git a/src/dsd2pcm/dsd2pcm.h b/src/dsd2pcm/dsd2pcm.h index 26f6b6f10..80e8ce0cc 100644 --- a/src/dsd2pcm/dsd2pcm.h +++ b/src/dsd2pcm/dsd2pcm.h @@ -20,7 +20,7 @@ typedef struct dsd2pcm_ctx_s dsd2pcm_ctx; * POSIX thread-safety definition because it modifies global state * (lookup tables are computed during the first call) */ -extern dsd2pcm_ctx* dsd2pcm_init(); +extern dsd2pcm_ctx* dsd2pcm_init(void); /** * deinitializes a "dsd2pcm engine" -- cgit v1.2.3