Go to the documentation of this file.00001 #ifndef H_MISC
00002 #define H_MISC
00003
00008 #include <string.h>
00009
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013
00021 rpmRC rpmMkdirPath (const char * dpath, const char * dname)
00022
00023 ;
00024
00033 int dosetenv(const char * name, const char * value, int overwrite)
00034
00035 ;
00036
00043 int doputenv(const char * str)
00044
00045 ;
00046
00051 char * currentDirectory(void)
00052 ;
00053
00054 #ifdef __cplusplus
00055 }
00056 #endif
00057
00058 #endif