diff options
author | Michael Schroeder <mls@suse.de> | 2011-05-24 15:51:09 +0200 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2011-05-24 15:51:09 +0200 |
commit | 4cd5d62a01ff1b50c26507a9f27a7df18febacc4 (patch) | |
tree | a87247da75992a6bce336de014f2362b9adb3f47 /src/poolarch.h | |
parent | 321769b10dae7d75fb4af07d7a73328480b03d32 (diff) | |
download | libsolv-4cd5d62a01ff1b50c26507a9f27a7df18febacc4.tar.gz libsolv-4cd5d62a01ff1b50c26507a9f27a7df18febacc4.tar.bz2 libsolv-4cd5d62a01ff1b50c26507a9f27a7df18febacc4.zip |
rename satsolver -> libsolv
Diffstat (limited to 'src/poolarch.h')
-rw-r--r-- | src/poolarch.h | 6 |
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 */ |