summaryrefslogtreecommitdiff
path: root/src/policy.h
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2013-04-24 16:19:59 +0200
committerMichael Schroeder <mls@suse.de>2013-04-24 16:19:59 +0200
commit4b5801decc6940c8a4d14fa0ca54df24456977eb (patch)
tree2f3d41ec6bc3935e9e6cf71a7d69baebc9ca727e /src/policy.h
parentcce3d233cc3adc31348c35a2cddcf6c7ee408b1a (diff)
downloadlibsolv-4b5801decc6940c8a4d14fa0ca54df24456977eb.tar.gz
libsolv-4b5801decc6940c8a4d14fa0ca54df24456977eb.tar.bz2
libsolv-4b5801decc6940c8a4d14fa0ca54df24456977eb.zip
move stringification functions from solverdebug to more correct places
Diffstat (limited to 'src/policy.h')
-rw-r--r--src/policy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/policy.h b/src/policy.h
index 01cfcc1..c3ddb32 100644
--- a/src/policy.h
+++ b/src/policy.h
@@ -31,9 +31,11 @@ extern int policy_illegal_archchange(Solver *solv, Solvable *s1, Solvable *s2);
extern int policy_illegal_vendorchange(Solver *solv, Solvable *s1, Solvable *s2);
extern int policy_is_illegal(Solver *solv, Solvable *s1, Solvable *s2, int ignore);
extern void policy_findupdatepackages(Solver *solv, Solvable *s, Queue *qs, int allowall);
+extern const char *policy_illegal2str(Solver *solv, int illegal, Solvable *s, Solvable *rs);
extern void policy_create_obsolete_index(Solver *solv);
+
#ifdef __cplusplus
}
#endif