rpm  5.4.10
rpmlib.h
Go to the documentation of this file.
1 #ifndef H_RPMLIB
2 #define H_RPMLIB
3 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 /* ==================================================================== */
18 
30  /*@null@*/ /*@out@*/ const char ** specFilePtr,
31  /*@null@*/ /*@out@*/ const char ** cookie)
32  /*@globals rpmGlobalMacroContext, h_errno, fileSystem, internalState @*/
33  /*@modifies ts, *specFilePtr, *cookie, rpmGlobalMacroContext,
34  fileSystem, internalState @*/;
35 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif /* H_RPMLIB */