2004-02-26 03:54:58 +08:00
|
|
|
#ifndef RPMLOCK_H
|
|
|
|
#define RPMLOCK_H
|
|
|
|
|
2004-02-26 09:20:52 +08:00
|
|
|
/*@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 @*/;
|
2004-02-26 03:54:58 +08:00
|
|
|
|
|
|
|
#endif
|