Rename internal functions with grp in their name
commitb1894ccf062059972d39fa855ee7941b666c5db0
authorAllan McRae <allan@archlinux.org>
Wed, 29 Jun 2011 05:52:33 +0000 (29 15:52 +1000)
committerAllan McRae <allan@archlinux.org>
Wed, 29 Jun 2011 05:52:33 +0000 (29 15:52 +1000)
treeff2da312f683393961487b741ea02ea89b0a0c13
parentf1bb56cebfda9b11ea02754d325ff659014e2caa
Rename internal functions with grp in their name

The following function renames take place for the same reasoning as
the previous commit:

  _alpm_grp_new -> _alpm_group_new
  _alpm_grp_free -> _alpm_group_free
  _alpm_db_free_grpcache -> _alpm_db_free_groupcache
  _alpm_db_get_grpfromcache -> _alpm_db_get_groupfromcache

Signed-off-by: Allan McRae <allan@archlinux.org>
lib/libalpm/db.c
lib/libalpm/db.h
lib/libalpm/group.c
lib/libalpm/group.h