Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        misc.c 


Log Message:
EdgeTimeout can be static.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/misc.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- misc.c      20 Mar 2004 15:49:05 -0000      1.50
+++ misc.c      31 Mar 2004 19:06:57 -0000      1.51
@@ -23,7 +23,7 @@
 #include "E.h"
 #include <signal.h>
 
-void                EdgeTimeout(int val, void *data);
+static void         EdgeTimeout(int val, void *data);
 
 static char        *userDir = NULL;
 static char        *cacheDir = NULL;
@@ -314,7 +314,7 @@
 
 extern char         throw_move_events_away;
 
-void
+static void
 EdgeTimeout(int val, void *data)
 {
    int                 ax, ay, aw, ah, dx, dy, dax, day;




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to