Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/dox


Modified Files:
        dox.h text.c 


Log Message:
Really trivial stuff.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/dox/dox.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- dox.h       4 May 2004 19:04:19 -0000       1.31
+++ dox.h       22 May 2004 23:08:20 -0000      1.32
@@ -289,7 +289,6 @@
                                      int x, int y, char *text,
                                      Efont * font, Visual * vis, Colormap cm);
 
-char              **TextGetLines(const char *text, int *count);
 void                TextStateLoadFont(TextState * ts);
 void                TextSize(TextState * ts, const char *text,
                             int *width, int *height, int fsize);
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/dox/text.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- text.c      4 May 2004 19:04:19 -0000       1.16
+++ text.c      22 May 2004 23:08:20 -0000      1.17
@@ -23,7 +23,7 @@
 
 #include "dox.h"
 
-char              **
+static char       **
 TextGetLines(const char *text, int *count)
 {
    int                 i, j, k;




-------------------------------------------------------
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