From 56fdf6de6ee00f1eb4303065c26811310a7c0728 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 28 Oct 2018 13:23:56 +0200 Subject: Add manpage to readme --- src/ckutil.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ckutil.h') diff --git a/src/ckutil.h b/src/ckutil.h index 9f3cb39..8ca9ca1 100644 --- a/src/ckutil.h +++ b/src/ckutil.h @@ -78,8 +78,6 @@ extern int util_is_file_rw(const char *path); /* Returns 1 if file is link 0 otherwise */ extern int util_is_file_link(const char *path); -extern void util_replace_slash_with_uscore(char *s); - /* Wrapper around mkdir with 0775 permissions */ extern void util_mkdir(const char *path); -- cgit v1.2.3