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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/helper.h b/src/server/helper.h
index eb82a00..301a5ea 100644
--- a/src/server/helper.h
+++ b/src/server/helper.h
@@ -17,6 +17,7 @@ void strtolower(char *string);
void remove_trailing_slash(char *string);
void trim_right(char * const string);
void setThreadName(char *name);
+void blockNoncriticalSignals();
static inline int is_same_server(const dnbd3_host_t * const a, const dnbd3_host_t * const b)
{