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/solverdebug.h | |
parent | 321769b10dae7d75fb4af07d7a73328480b03d32 (diff) | |
download | libsolv-4cd5d62a01ff1b50c26507a9f27a7df18febacc4.tar.gz libsolv-4cd5d62a01ff1b50c26507a9f27a7df18febacc4.tar.bz2 libsolv-4cd5d62a01ff1b50c26507a9f27a7df18febacc4.zip |
rename satsolver -> libsolv
Diffstat (limited to 'src/solverdebug.h')
-rw-r--r-- | src/solverdebug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/solverdebug.h b/src/solverdebug.h index dde1c55..9f06557 100644 --- a/src/solverdebug.h +++ b/src/solverdebug.h @@ -10,8 +10,8 @@ * */ -#ifndef SATSOLVER_SOLVERDEBUG_H -#define SATSOLVER_SOLVERDEBUG_H +#ifndef LIBSOLV_SOLVERDEBUG_H +#define LIBSOLV_SOLVERDEBUG_H #include "pooltypes.h" #include "pool.h" @@ -40,5 +40,5 @@ extern const char *solver_solutionelement2str(Solver *solv, Id p, Id rp); extern const char *policy_illegal2str(Solver *solv, int illegal, Solvable *s, Solvable *rs); -#endif /* SATSOLVER_SOLVERDEBUG_H */ +#endif /* LIBSOLV_SOLVERDEBUG_H */ |