Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_config


Modified Files:
        ecore_config.c ecore_config_private.h 


Log Message:
Use extern for variables in headers.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/ecore_config.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- ecore_config.c      25 May 2004 18:52:20 -0000      1.36
+++ ecore_config.c      26 May 2004 04:26:28 -0000      1.37
@@ -14,10 +14,11 @@
 #include <unistd.h>
 #include <util.h>
 
+int                  DEBUG = 0;
 Ecore_Config_Server *__ecore_config_server_global = NULL;
 Ecore_Config_Server *__ecore_config_server_local = NULL;
 Ecore_Config_Bundle *__ecore_config_bundle_local = NULL;
-char               *__ecore_config_app_name = NULL;
+char                *__ecore_config_app_name = NULL;
 
 Ecore_Config_Server *_ecore_config_ipc_init(char *name);
 int                 _ecore_config_ipc_exit(void);
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/ecore_config_private.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ecore_config_private.h      25 May 2004 18:52:21 -0000      1.1
+++ ecore_config_private.h      26 May 2004 04:26:28 -0000      1.2
@@ -2,7 +2,7 @@
 # define _ECORE_CONFIG_PRIVATE_H
 
 /* debug */
-int               DEBUG;
+extern int               DEBUG;
 # define D(fmt,args...) do { if(DEBUG>=0) fprintf(stderr,fmt,## args); } while(0);
 # define E(lvl,args...) do { if(DEBUG>=(lvl)) fprintf(stderr,## args); } while(0)
 




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to