SOURCES: phlib-types.patch (NEW) - fix conflicting types for 'xl_u...
    baggins 
    baggins at pld-linux.org
       
    Wed Sep  5 18:34:59 CEST 2007
    
    
  
Author: baggins                      Date: Wed Sep  5 16:34:59 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix conflicting types for 'xl_unique_filename'
---- Files affected:
SOURCES:
   phlib-types.patch (NONE -> 1.1)  (NEW)
---- Diffs:
================================================================
Index: SOURCES/phlib-types.patch
diff -u /dev/null SOURCES/phlib-types.patch:1.1
--- /dev/null	Wed Sep  5 18:34:59 2007
+++ SOURCES/phlib-types.patch	Wed Sep  5 18:34:54 2007
@@ -0,0 +1,11 @@
+--- phlib-1.20/include/phlib/xl_ufile.h~	2003-01-11 13:40:09.000000000 +0100
++++ phlib-1.20/include/phlib/xl_ufile.h	2007-09-05 18:30:40.000000000 +0200
+@@ -32,7 +32,7 @@
+   extern "C" {
+ #endif
+ 
+-Boolean xl_unique_filename(char*,const char*,size_t);
++RetValue xl_unique_filename(char*,const char*,size_t);
+ 
+ #ifdef __cplusplus
+   } /* extern "C" */
================================================================
    
    
More information about the pld-cvs-commit
mailing list