From 2b892e4d6b5f31035191920643c12936b86000ce Mon Sep 17 00:00:00 2001 From: Nakidai Date: Fri, 13 Dec 2024 14:16:23 +0300 Subject: Divide manpages --- man/libhttpc_loadheader.3 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 man/libhttpc_loadheader.3 (limited to 'man/libhttpc_loadheader.3') diff --git a/man/libhttpc_loadheader.3 b/man/libhttpc_loadheader.3 new file mode 100644 index 0000000..8516834 --- /dev/null +++ b/man/libhttpc_loadheader.3 @@ -0,0 +1,33 @@ +.Dd December 13, 2024 +.Dt LIBHTTPC_LOADHEADER 3 +.Os +. +.Sh NAME +.Nm LibHTTPC_loadHeader +.Nd convert +string to +.Xr libhttpc_headertype 3 +. +.Sh SYNOPSIS +.In libhttpc/libhttpc.h +.Ft "enum LibHTTPC_HeaderType" +.Fn LibHTTPC_loadHeader "const char *header" +. +.Sh DESCRIPTION +.Nm +converts +.Ql const char * . +to +.Ql enum LibHTTPC_HeaderType +To view +all available headers, +check +.Xr libhttpc_headertype 3 . +. +.Sh SEE ALSO +.Xr libhttpc 3 , +.Xr libhttpc_header 3 , +.Xr libhttpc_headertype 3 +. +.Sh AUTHORS +.An Nakidai Perumenei Aq Mt nakidai@disroot.org -- cgit 1.4.1