blob: 0f0dad90a2651683e0fc565332894afdf238369c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/**
* @file purge.h
*/
#ifndef SPM_REMOVE_H
#define SPM_REMOVE_H
int spm_purge(SPM_Hierarchy *fs, const char *_package_name);
int spm_do_purge(SPM_Hierarchy *fs, StrList *packages);
#endif //SPM_REMOVE_H
|