1 2 3 4 5 6 7
#ifndef RPMLOCK_H #define RPMLOCK_H void * rpmtsAcquireLock(rpmts ts); void rpmtsFreeLock(void *lock); #endif