Revision: 7157
          http://svn.sourceforge.net/mahogany/?rev=7157&view=rev
Author:   vadz
Date:     2006-11-06 16:45:54 -0800 (Mon, 06 Nov 2006)

Log Message:
-----------
removed static utf8_stringlist declaration from public header as this results 
in gcc warnings and only declare the function wherere it's really used

Modified Paths:
--------------
    trunk/M/lib/imap/src/c-client/utf8.h
    trunk/M/lib/imap/src/c-client/utf8aux.c

Modified: trunk/M/lib/imap/src/c-client/utf8.h
===================================================================
--- trunk/M/lib/imap/src/c-client/utf8.h        2006-11-07 00:43:12 UTC (rev 
7156)
+++ trunk/M/lib/imap/src/c-client/utf8.h        2006-11-07 00:45:54 UTC (rev 
7157)
@@ -544,7 +544,6 @@
 long utf8_textwidth (SIZEDTEXT *utf8);
 unsigned long ucs4_decompose (unsigned long c,void **more);
 void utf8_searchpgm (SEARCHPGM *pgm,char *charset);
-static void utf8_stringlist (STRINGLIST *st,char *charset);
 long utf8_mime2text (SIZEDTEXT *src,SIZEDTEXT *dst,long flags);
 unsigned char *mime2_token (unsigned char *s,unsigned char *se,
                            unsigned char **t);

Modified: trunk/M/lib/imap/src/c-client/utf8aux.c
===================================================================
--- trunk/M/lib/imap/src/c-client/utf8aux.c     2006-11-07 00:43:12 UTC (rev 
7156)
+++ trunk/M/lib/imap/src/c-client/utf8aux.c     2006-11-07 00:45:54 UTC (rev 
7157)
@@ -34,6 +34,8 @@
 #include "misc.h"
 #include "rfc822.h"
 #include "utf8.h"
+
+static void utf8_stringlist (STRINGLIST *st,char *charset);
 
 /* Convert charset labelled searchpgm to UTF-8 in place
  * Accepts: search program


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to