diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-12-10 01:08:25 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-12-10 01:08:25 -0500 | 
| commit | 2aa6dceec73d107986c2f7dd5e9f3c912bf5756b (patch) | |
| tree | 24ced7edc53b68a1c56c313f431d7a272d2c5ca2 | |
| parent | f9073e7c67584a40de2748e8fee44e40ebf782c1 (diff) | |
| download | stasis-2aa6dceec73d107986c2f7dd5e9f3c912bf5756b.tar.gz | |
Add isempty_dir() prototype
| -rw-r--r-- | include/utils.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 | 
