diff options
Diffstat (limited to 'include/purge.h')
-rw-r--r-- | include/purge.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/purge.h b/include/purge.h new file mode 100644 index 0000000..0debd4b --- /dev/null +++ b/include/purge.h @@ -0,0 +1,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 |