From 9e05faf3d6ac1c527032efb7210de8bbfeb2212c Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 15 Feb 2008 16:47:10 +0100 Subject: () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. --- obt/internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'obt/internal.h') diff --git a/obt/internal.h b/obt/internal.h index dae854c1..818107dd 100644 --- a/obt/internal.h +++ b/obt/internal.h @@ -20,8 +20,8 @@ #ifndef __obt_internal_h #define __obt_internal_h -void obt_prop_startup(); +void obt_prop_startup(void); -void obt_keyboard_shutdown(); +void obt_keyboard_shutdown(void); #endif /* __obt_internal_h */ -- cgit v1.2.3