mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
12 lines
151 B
Plaintext
12 lines
151 B
Plaintext
/**
|
|
* {{Comments}}
|
|
*/
|
|
inline static enum MHD_Option
|
|
MHD_daemon_set_{{Name}} ({{Arguments}}) {
|
|
struct MHD_Option opt;
|
|
|
|
{{CBody}}
|
|
return opt;
|
|
}
|
|
|