summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2014-09-18 08:19:45 +0200
committerAllan McRae <allan@archlinux.org>2014-09-23 13:43:16 +0200
commitf0c351b3fa9ca56ae180b2b10fc2f0f41cde0ac7 (patch)
tree24a76ab96ce202c7fc07921675db84c18154daa8 /lib/libalpm/alpm.h
parentd02efd2f204cfdd99d6e161b1ce9d4478b08b8e2 (diff)
downloadpacman-f0c351b3fa9ca56ae180b2b10fc2f0f41cde0ac7.tar.gz
pacman-f0c351b3fa9ca56ae180b2b10fc2f0f41cde0ac7.tar.xz
alpm.h: remove outdated pkg_get_backup doxygen
alpm_pkg_get_backup hasn't returned strings since 54ef162a1a9e27e362732d873f0739bc0a2cf1bf in 2011. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r--lib/libalpm/alpm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index 29a2ddab..751fa633 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -1240,9 +1240,6 @@ alpm_list_t *alpm_pkg_get_replaces(alpm_pkg_t *pkg);
alpm_filelist_t *alpm_pkg_get_files(alpm_pkg_t *pkg);
/** Returns the list of files backed up when installing pkg.
- * The elements of the returned list have the form
- * "<filename>\t<md5sum>", where the given md5sum is that of
- * the file as provided by the package.
* @param pkg a pointer to package
* @return a reference to a list of alpm_backup_t objects
*/