summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r--lib/libalpm/alpm.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index c76cd0f8..169882c4 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -419,14 +419,14 @@ int alpm_trans_interrupt(void);
int alpm_trans_release(void);
int alpm_sync_sysupgrade(int enable_downgrade);
-int alpm_sync_target(const char *target);
-int alpm_sync_dbtarget(const char *db, const char *target);
-int alpm_add_target(const char *target);
-int alpm_remove_target(const char *target);
-
int alpm_add_pkg(pmpkg_t *pkg);
int alpm_remove_pkg(pmpkg_t *pkg);
+DEPRECATED int alpm_sync_target(const char *target);
+DEPRECATED int alpm_sync_dbtarget(const char *db, const char *target);
+DEPRECATED int alpm_add_target(const char *target);
+DEPRECATED int alpm_remove_target(const char *target);
+
/*
* Dependencies and conflicts
*/