zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
zpmod_compaudit.h
Go to the documentation of this file.
1 #pragma once
2 /* SPDX-License-Identifier: MIT */
3 #ifndef ZPMOD_COMPAUDIT_H
4 #define ZPMOD_COMPAUDIT_H
17 int zp_compaudit_cache_core(char *nam, int rebuild, int show, int json);
18 
19 #endif /* ZPMOD_COMPAUDIT_H */
int zp_compaudit_cache_core(char *nam, int rebuild, int show, int json)