aboutsummaryrefslogtreecommitdiff
path: root/src/tools/mhd_tool_str_to_uint.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-07-10 14:28:48 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-07-29 23:37:03 +0300
commit15f602c2eb1e9ef66238ea7ee088a3bf514070a4 (patch)
treebed533c11a58ceb5c0166df6709a6f91623b0116 /src/tools/mhd_tool_str_to_uint.h
parentd01100833296b70720d8b12701e7d189d2ed0249 (diff)
downloadlibmicrohttpd-15f602c2eb1e9ef66238ea7ee088a3bf514070a4.tar.gz
libmicrohttpd-15f602c2eb1e9ef66238ea7ee088a3bf514070a4.zip
mhd_tool_str_to_uint.h: fixed doxy
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