Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmlock.h
1 #ifndef RPMLOCK_H
2 #define RPMLOCK_H 
3
4 void * rpmtsAcquireLock(rpmts ts);
5 void rpmtsFreeLock(void *lock);
6
7 #endif