From b3c405408fb7abaad6039b65d86ef701b12c9f0a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 21 Mar 2010 11:19:22 +0100 Subject: Fix a few compiler warnings (-Wall -Wextra) --- src/ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipc.h') diff --git a/src/ipc.h b/src/ipc.h index 78c0d9f..395b150 100644 --- a/src/ipc.h +++ b/src/ipc.h @@ -28,7 +28,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define FEH_IPC_VERSION 0x100; -int feh_ipc_create_socket(void); +void feh_ipc_create_socket(void); int feh_ipc_get_session_id(void); typedef struct { -- cgit v1.2.3