use SATSOLVER_ prefix in include guards
[platform/upstream/libsolv.git] / src / evr.h
1 /*
2  * Copyright (c) 2007, Novell Inc.
3  *
4  * This program is licensed under the BSD license, read LICENSE.BSD
5  * for further information
6  */
7
8 /*
9  * evr.h
10  * 
11  */
12
13 #ifndef SATSOLVER_EVR_H
14 #define SATSOLVER_EVR_H
15
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19
20 #include "pooltypes.h"
21
22 extern int vercmp( const char *s1, const char *q1, const char *s2, const char *q2 );
23 extern int evrcmp( Pool *pool, Id evr1id, Id evr2id );
24
25 #ifdef __cplusplus
26 }
27 #endif
28
29 #endif /* SATSOLVER_EVR_H */