mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-12 04:15:06 -05:00
- removed db_find_conflicts() declaration from db.h
- included conflict.h from add.c
This commit is contained in:
parent
b232126e50
commit
cad41d7e8a
@ -39,6 +39,7 @@
|
|||||||
#include "package.h"
|
#include "package.h"
|
||||||
#include "db.h"
|
#include "db.h"
|
||||||
#include "provide.h"
|
#include "provide.h"
|
||||||
|
#include "conflict.h"
|
||||||
#include "trans.h"
|
#include "trans.h"
|
||||||
#include "deps.h"
|
#include "deps.h"
|
||||||
#include "add.h"
|
#include "add.h"
|
||||||
|
@ -58,8 +58,6 @@ int db_read(pmdb_t *db, char *name, unsigned int inforeq, pmpkg_t *info);
|
|||||||
int db_write(pmdb_t *db, pmpkg_t *info, unsigned int inforeq);
|
int db_write(pmdb_t *db, pmpkg_t *info, unsigned int inforeq);
|
||||||
int db_remove(pmdb_t *db, pmpkg_t *info);
|
int db_remove(pmdb_t *db, pmpkg_t *info);
|
||||||
|
|
||||||
PMList *db_find_conflicts(pmdb_t *db, PMList *targets, char *root);
|
|
||||||
|
|
||||||
#endif /* _ALPM_DB_H */
|
#endif /* _ALPM_DB_H */
|
||||||
|
|
||||||
/* vim: set ts=2 sw=2 noet: */
|
/* vim: set ts=2 sw=2 noet: */
|
||||||
|
Loading…
Reference in New Issue
Block a user