rpm 5.3.12
lib/misc.h
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         /*@globals h_errno, fileSystem, internalState @*/
00023         /*@modifies fileSystem, internalState @*/;
00024 
00033 int dosetenv(const char * name, const char * value, int overwrite)
00034         /*@globals environ@*/
00035         /*@modifies *environ @*/;
00036 
00043 int doputenv(const char * str)
00044         /*@globals environ@*/
00045         /*@modifies *environ @*/;
00046 
00051 /*@only@*/ char * currentDirectory(void)
00052         /*@*/;
00053 
00054 #ifdef __cplusplus
00055 }
00056 #endif
00057 
00058 #endif  /* H_MISC */