rpm/lib/rpmlock.h

13 lines
333 B
C

#ifndef RPMLOCK_H
#define RPMLOCK_H
/*@only@*/ /*@null@*/
void * rpmtsAcquireLock(rpmts ts)
/*@globals fileSystem, internalState @*/
/*@modifies fileSystem, internalState @*/;
void rpmtsFreeLock(/*@only@*/ /*@null@*/ void *lock)
/*@globals fileSystem, internalState @*/
/*@modifies lock, fileSystem, internalState @*/;
#endif