zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
zpmod_rehash.h
Go to the documentation of this file.
1 #pragma once
2 /* SPDX-License-Identifier: MIT */
3 #ifndef ZPMOD_REHASH_H
4 #define ZPMOD_REHASH_H
12 int zp_rehash_diff_core(char *nam);
13 
14 #endif /* ZPMOD_REHASH_H */
int zp_rehash_diff_core(char *nam)
Definition: rehash_diff.c:241