Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / rpmlock.h
1 #ifndef RPMLOCK_H
2 #define RPMLOCK_H 
3
4 #include <rpm/rpmutil.h>
5
6 typedef struct rpmlock_s * rpmlock;
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 RPM_GNUC_INTERNAL
13 rpmlock rpmlockAcquire(const char *lock_path, const char *descr);
14
15 RPM_GNUC_INTERNAL
16 rpmlock rpmlockFree(rpmlock lock);
17
18 #ifdef __cplusplus
19 }
20 #endif
21
22 #endif