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/poolvendor.h | |
parent | 321769b10dae7d75fb4af07d7a73328480b03d32 (diff) | |
download | libsolv-4cd5d62a01ff1b50c26507a9f27a7df18febacc4.tar.gz libsolv-4cd5d62a01ff1b50c26507a9f27a7df18febacc4.tar.bz2 libsolv-4cd5d62a01ff1b50c26507a9f27a7df18febacc4.zip |
rename satsolver -> libsolv
Diffstat (limited to 'src/poolvendor.h')
-rw-r--r-- | src/poolvendor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/poolvendor.h b/src/poolvendor.h index 2025e34..7f34fd5 100644 --- a/src/poolvendor.h +++ b/src/poolvendor.h @@ -5,12 +5,12 @@ * for further information */ -#ifndef SATSOLVER_POOLVENDOR_H -#define SATSOLVER_POOLVENDOR_H +#ifndef LIBSOLV_POOLVENDOR_H +#define LIBSOLV_POOLVENDOR_H #include "pool.h" Id pool_vendor2mask(Pool *pool, Id vendor); void pool_setvendorclasses(Pool *pool, const char **vendorclasses); -#endif /* SATSOLVER_POOLVENDOR_H */ +#endif /* LIBSOLV_POOLVENDOR_H */ |