From 2aa6dceec73d107986c2f7dd5e9f3c912bf5756b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 10 Dec 2023 01:08:25 -0500 Subject: Add isempty_dir() prototype --- include/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/utils.h') diff --git a/include/utils.h b/include/utils.h index f815c12..c5930d5 100644 --- a/include/utils.h +++ b/include/utils.h @@ -54,5 +54,6 @@ void debug_shell(); * @return NULL on failure */ char *xmkstemp(FILE **fp); +int isempty_dir(const char *path); #endif //OMC_UTILS_H -- cgit