mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
mhd_tool_str_to_uint.h: fixed doxy
This commit is contained in:
@@ -18,14 +18,13 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file tools/mhd_tool_str_to_uint.c
|
||||
* @brief Implementation of HTTP server optimised for fast replies
|
||||
* based on MHD.
|
||||
* @file tools/mhd_tool_str_to_uint.h
|
||||
* @brief Function to decode the value of decimal string number.
|
||||
* @author Karlson2k (Evgeny Grin)
|
||||
*/
|
||||
|
||||
#ifndef MHD_TOOL_STR_TO_UINT_H_
|
||||
#define MHD_TOOL_STR_TO_UINT_H_
|
||||
#define MHD_TOOL_STR_TO_UINT_H_ 1
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user