current state of 'sat-solver'
[platform/upstream/libsolv.git] / src / evr.h
1 /*
2  * evr.h
3  * 
4  */
5
6 #ifndef EVR_H
7 #define EVR_H
8
9 #include "pooltypes.h"
10
11 extern int vercmp( const char *s1, const char *q1, const char *s2, const char *q2 );
12 extern int evrcmp( Pool *pool, Id evr1id, Id evr2id );
13
14 #endif /* EVR_H */