- adapting regex code
[platform/upstream/libzypp.git] / zypp / Locks.h
1
2 #ifndef ZYPP_LOCKS_H
3 #define ZYPP_LOCKS_H
4
5 #include "zypp/ResPool.h"
6 #include "zypp/Pathname.h"
7
8 namespace zypp
9 {
10   namespace locks
11   {
12
13     int readLocks(const ResPool & pool, const Pathname &file );
14   }
15 }
16     
17 #endif
18