aboutsummaryrefslogtreecommitdiff
path: root/src/tools/mhd_tool_str_to_uint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/mhd_tool_str_to_uint.h')
-rw-r--r--src/tools/mhd_tool_str_to_uint.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/tools/mhd_tool_str_to_uint.h b/src/tools/mhd_tool_str_to_uint.h
index 5fc91b58..d1d035e8 100644
--- a/src/tools/mhd_tool_str_to_uint.h
+++ b/src/tools/mhd_tool_str_to_uint.h
@@ -18,14 +18,13 @@
18 */ 18 */
19 19
20/** 20/**
21 * @file tools/mhd_tool_str_to_uint.c 21 * @file tools/mhd_tool_str_to_uint.h
22 * @brief Implementation of HTTP server optimised for fast replies 22 * @brief Function to decode the value of decimal string number.
23 * based on MHD.
24 * @author Karlson2k (Evgeny Grin) 23 * @author Karlson2k (Evgeny Grin)
25 */ 24 */
26 25
27#ifndef MHD_TOOL_STR_TO_UINT_H_ 26#ifndef MHD_TOOL_STR_TO_UINT_H_
28#define MHD_TOOL_STR_TO_UINT_H_ 27#define MHD_TOOL_STR_TO_UINT_H_ 1
29 28
30#include <stddef.h> 29#include <stddef.h>
31 30