summaryrefslogtreecommitdiffstats
path: root/src/server/utils.h
diff options
context:
space:
mode:
authorJohann Latocha2012-01-31 23:52:24 +0100
committerJohann Latocha2012-01-31 23:52:24 +0100
commit63519d6ae4cb20ae4871310e09a28fd59f5c9fc7 (patch)
treee285221e909058628332a736e42cbc864de4ac39 /src/server/utils.h
parent[ALL] Reformat (line wrapping, indent) (diff)
downloaddnbd3-63519d6ae4cb20ae4871310e09a28fd59f5c9fc7.tar.gz
dnbd3-63519d6ae4cb20ae4871310e09a28fd59f5c9fc7.tar.xz
dnbd3-63519d6ae4cb20ae4871310e09a28fd59f5c9fc7.zip
[ALL] Some refactoring
Diffstat (limited to 'src/server/utils.h')
-rw-r--r--src/server/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/utils.h b/src/server/utils.h
index 67a5444..ab8f839 100644
--- a/src/server/utils.h
+++ b/src/server/utils.h
@@ -26,8 +26,8 @@
#ifndef UTILS_H_
#define UTILS_H_
-void dnbd3_write_pid_file(pid_t pid);
pid_t dnbd3_read_pid_file();
+void dnbd3_write_pid_file(pid_t pid);
void dnbd3_delete_pid_file();
void dnbd3_load_config(char* config_file_name);