rpmlock.h | rpmlock.h | |||
---|---|---|---|---|
#ifndef RPMLOCK_H | #ifndef RPMLOCK_H | |||
#define RPMLOCK_H | #define RPMLOCK_H | |||
#ifdef __cplusplus | ||||
extern "C" { | ||||
#endif | ||||
/*@only@*/ /*@null@*/ | /*@only@*/ /*@null@*/ | |||
void * rpmtsAcquireLock(rpmts ts) | void * rpmtsAcquireLock(rpmts ts) | |||
/*@globals h_errno, rpmGlobalMacroContext, fileSystem, internalState @*/ | /*@globals h_errno, rpmGlobalMacroContext, fileSystem, internalState @*/ | |||
/*@modifies h_errno, rpmGlobalMacroContext, fileSystem, internalStat e @*/; | /*@modifies h_errno, rpmGlobalMacroContext, fileSystem, internalStat e @*/; | |||
/*@null@*/ | /*@null@*/ | |||
void * rpmtsFreeLock(/*@only@*/ /*@null@*/ void *lock) | void * rpmtsFreeLock(/*@only@*/ /*@null@*/ void *lock) | |||
/*@globals fileSystem, internalState @*/ | /*@globals fileSystem, internalState @*/ | |||
/*@modifies lock, fileSystem, internalState @*/; | /*@modifies lock, fileSystem, internalState @*/; | |||
#ifdef __cplusplus | ||||
} | ||||
#endif | ||||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |