index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/group.h | 1 |
diff --git a/lib/libalpm/group.h b/lib/libalpm/group.h index 5f8fdec4..e261260c 100644 --- a/lib/libalpm/group.h +++ b/lib/libalpm/group.h @@ -30,7 +30,6 @@ struct __pmgrp_t { pmgrp_t *_alpm_grp_new(const char *name); void _alpm_grp_free(pmgrp_t *grp); -int _alpm_grp_cmp(const void *g1, const void *g2); #endif /* _ALPM_GROUP_H */ |