13 lines
304 B
C
13 lines
304 B
C
/*-
|
|
* Licensed under the SPDX BSD-2-Clause identifier.
|
|
* Use is subject to license terms, as specified in the LICENSE file.
|
|
*/
|
|
|
|
#ifndef _XBPS_REMOVE_DEFS_H_
|
|
#define _XBPS_REMOVE_DEFS_H_
|
|
|
|
/* From clean-cache.c */
|
|
int clean_cachedir(struct xbps_handle *, bool drun);
|
|
|
|
#endif /* !_XBPS_REMOVE_DEFS_H_ */
|