2014-05-06 15:47:18 +05:30
|
|
|
/*-
|
2020-04-24 15:14:19 +05:30
|
|
|
* Licensed under the SPDX BSD-2-Clause identifier.
|
|
|
|
* Use is subject to license terms, as specified in the LICENSE file.
|
2014-05-06 15:47:18 +05:30
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _XBPS_REMOVE_DEFS_H_
|
|
|
|
#define _XBPS_REMOVE_DEFS_H_
|
|
|
|
|
|
|
|
/* From clean-cache.c */
|
2016-09-02 19:25:09 +05:30
|
|
|
int clean_cachedir(struct xbps_handle *, bool drun);
|
2014-05-06 15:47:18 +05:30
|
|
|
|
|
|
|
#endif /* !_XBPS_REMOVE_DEFS_H_ */
|