aboutsummaryrefslogtreecommitdiff
path: root/include/purge.h
blob: 0debd4b4b91614b6fc009151d4df8bb5ac77b099 (plain) (blame)
1
2
3
4
5
6
7
#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