Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        main.c 


Log Message:
- mark functions as void

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -3 -r1.82 -r1.83
--- main.c      11 Nov 2007 08:07:21 -0000      1.82
+++ main.c      11 Nov 2007 17:24:21 -0000      1.83
@@ -49,8 +49,8 @@
 static void ewl_test_free(Ewl_Test *test);
 static int ewl_test_compare(Ewl_Test *test1, Ewl_Test *test2);
 static void ewl_test_print_tests(void);
-static void ewl_test_stderr_enable();
-static void ewl_test_stderr_disable();
+static void ewl_test_stderr_enable(void);
+static void ewl_test_stderr_disable(void);
 
 static void run_test_boxed(Ewl_Test *t);
 static void run_unit_test_boxed(Ewl_Test *t);
@@ -210,7 +210,7 @@
 }
 
 static void
-ewl_test_stderr_disable()
+ewl_test_stderr_disable(void)
 {
        static int null_fd = -1;
 
@@ -240,7 +240,7 @@
 }
 
 static void
-ewl_test_stderr_enable()
+ewl_test_stderr_enable(void)
 {
        /*
         * Return early if stderr is not disabled.



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to