#include "config.h"#include <stdlib.h>#include <string.h>#include "backup.h"#include "alpm_list.h"#include "log.h"#include "util.h"

Go to the source code of this file.
Functions | |
| int | _alpm_backup_split (const char *string, char **file, char **hash) |
| char * | _alpm_backup_file (const char *string) |
| char * | _alpm_backup_hash (const char *string) |
| char * | _alpm_needbackup (const char *file, const alpm_list_t *backup) |
| char* _alpm_backup_file | ( | const char * | string | ) |
Definition at line 61 of file backup.c.
References _alpm_backup_split().

| char* _alpm_backup_hash | ( | const char * | string | ) |
Definition at line 68 of file backup.c.
References _alpm_backup_split().

| int _alpm_backup_split | ( | const char * | string, | |
| char ** | file, | |||
| char ** | hash | |||
| ) |
Definition at line 35 of file backup.c.
References FREE.
Referenced by _alpm_backup_file(), _alpm_backup_hash(), and _alpm_needbackup().

| char* _alpm_needbackup | ( | const char * | file, | |
| const alpm_list_t * | backup | |||
| ) |
Definition at line 78 of file backup.c.
References _alpm_backup_split(), ALPM_LOG_FUNC, __alpm_list_t::data, FREE, and __alpm_list_t::next.

1.5.4