[cheese] Remove old-style function definitions



commit 181448dfff988a2edfb03d4cc8db9862bd58780f
Author: David King <amigadave amigadave com>
Date:   Thu Jan 29 10:14:27 2015 +0000

    Remove old-style function definitions

 libcheese/cheese-effect.c   |    2 +-
 libcheese/cheese-fileutil.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libcheese/cheese-effect.c b/libcheese/cheese-effect.c
index 131b4b8..be090c0 100644
--- a/libcheese/cheese-effect.c
+++ b/libcheese/cheese-effect.c
@@ -416,7 +416,7 @@ cheese_effect_load_effects_from_subdirectory (const gchar* directory)
  * #CheeseEffect, or %NULL if no effects could be found
  */
 GList*
-cheese_effect_load_effects ()
+cheese_effect_load_effects (void)
 {
   const gchar * const *data_dirs, *dir;
   GList *effect_list = NULL, *l;
diff --git a/libcheese/cheese-fileutil.c b/libcheese/cheese-fileutil.c
index 161bdc2..c7d0612 100644
--- a/libcheese/cheese-fileutil.c
+++ b/libcheese/cheese-fileutil.c
@@ -314,7 +314,7 @@ cheese_fileutil_init (CheeseFileUtil *fileutil)
  * Returns: a new #CheeseFileUtil
  */
 CheeseFileUtil *
-cheese_fileutil_new ()
+cheese_fileutil_new (void)
 {
   static CheeseFileUtil *fileutil = NULL;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]