summaryrefslogtreecommitdiff
path: root/src/poolarch.h
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2011-05-24 15:51:09 +0200
committerMichael Schroeder <mls@suse.de>2011-05-24 15:51:09 +0200
commit4cd5d62a01ff1b50c26507a9f27a7df18febacc4 (patch)
treea87247da75992a6bce336de014f2362b9adb3f47 /src/poolarch.h
parent321769b10dae7d75fb4af07d7a73328480b03d32 (diff)
downloadlibsolv-4cd5d62a01ff1b50c26507a9f27a7df18febacc4.tar.gz
libsolv-4cd5d62a01ff1b50c26507a9f27a7df18febacc4.tar.bz2
libsolv-4cd5d62a01ff1b50c26507a9f27a7df18febacc4.zip
rename satsolver -> libsolv
Diffstat (limited to 'src/poolarch.h')
-rw-r--r--src/poolarch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/poolarch.h b/src/poolarch.h
index e9ae99b..9f5829d 100644
--- a/src/poolarch.h
+++ b/src/poolarch.h
@@ -5,8 +5,8 @@
* for further information
*/
-#ifndef SATSOLVER_POOLARCH_H
-#define SATSOLVER_POOLARCH_H
+#ifndef LIBSOLV_POOLARCH_H
+#define LIBSOLV_POOLARCH_H
#include "pool.h"
@@ -36,4 +36,4 @@ static inline int pool_colormatch(Pool *pool, Solvable *s1, Solvable *s2)
return 0;
}
-#endif /* SATSOLVER_POOLARCH_H */
+#endif /* LIBSOLV_POOLARCH_H */