From c0cd4cdf78886040528b16fad084a14165a16384 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sat, 11 Jun 2022 10:14:53 +0100 Subject: Add compgen caching. A list of commands is now stored in $XDG_CACHE_HOME/.cache/tofi-compgen, and regenerated as necessary. --- src/mkdirp.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/mkdirp.h (limited to 'src/mkdirp.h') diff --git a/src/mkdirp.h b/src/mkdirp.h new file mode 100644 index 0000000..52cba9c --- /dev/null +++ b/src/mkdirp.h @@ -0,0 +1,8 @@ +#ifndef MKDIRP_H +#define MKDIRP_H + +#include + +bool mkdirp(const char *path); + +#endif /* MKDIRP_H */ -- cgit v1.2.3