KDE/kdebase

Luboš Luňák l.lunak at kde.org
Thu May 17 16:06:09 BST 2007


SVN commit 665654 by lunakl:

unsetenv() returns int. I wonder why we have the prototype in config.h?
CCMAIL: kde-core-devel at kde.org
BUG: 145560



 M  +1 -1      config.h.cmake  


--- trunk/KDE/kdebase/config.h.cmake #665653:665654
@@ -134,7 +134,7 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
-void unsetenv (const char *);
+int unsetenv (const char *);
 #ifdef __cplusplus
 }
 #endif




More information about the kde-core-devel mailing list