|
libalpm
Arch Linux Package Manager Library
|
#include <stdlib.h>#include <string.h>#include "group.h"#include "alpm_list.h"#include "util.h"#include "log.h"#include "alpm.h"
Go to the source code of this file.
Functions | |
| alpm_group_t * | _alpm_group_new (const char *name) |
| void | _alpm_group_free (alpm_group_t *grp) |
| void _alpm_group_free | ( | alpm_group_t * | grp | ) |
Definition at line 41 of file group.c.
References alpm_list_free(), FREE, _alpm_group_t::name, and _alpm_group_t::packages.

| alpm_group_t* _alpm_group_new | ( | const char * | name | ) |
Definition at line 31 of file group.c.
References CALLOC, _alpm_group_t::name, and STRDUP.
1.7.6.1