summaryrefslogtreecommitdiffstats
path: root/src/server/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/helper.h')
-rw-r--r--src/server/helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/helper.h b/src/server/helper.h
index 8a50f90..5145905 100644
--- a/src/server/helper.h
+++ b/src/server/helper.h
@@ -13,6 +13,8 @@ char is_valid_namespace(char *namespace);
char is_valid_imagename(char *namespace);
void strtolower(char *string);
void remove_trailing_slash(char *string);
+int file_exists(char *file);
+int file_writable(char *file);
static inline int is_same_server(const dnbd3_host_t *const a, const dnbd3_host_t *const b)
{