mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-08 12:28:00 -05:00
Remove buildtype package accessor prototype
This was removed a while ago, but the prototype was still hanging out. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
47622eef4d
commit
f2f4ada1d6
@ -193,7 +193,6 @@ const char *alpm_pkg_get_version(pmpkg_t *pkg);
|
||||
const char *alpm_pkg_get_desc(pmpkg_t *pkg);
|
||||
const char *alpm_pkg_get_url(pmpkg_t *pkg);
|
||||
time_t alpm_pkg_get_builddate(pmpkg_t *pkg);
|
||||
const char *alpm_pkg_get_buildtype(pmpkg_t *pkg);
|
||||
time_t alpm_pkg_get_installdate(pmpkg_t *pkg);
|
||||
const char *alpm_pkg_get_packager(pmpkg_t *pkg);
|
||||
const char *alpm_pkg_get_md5sum(pmpkg_t *pkg);
|
||||
|
Loading…
Reference in New Issue
Block a user