options_macro.template 355 B

123456789101112131415
  1. /**
  2. {{SComment}}
  3. * @return the object of struct MHD_{{hdr_marker}}OptionAndValue with the requested
  4. * values
  5. */
  6. # define {{SName}}({{MArguments}}) \
  7. MHD_NOWARN_COMPOUND_LITERALS_ \
  8. (const struct MHD_{{hdr_marker}}OptionAndValue) \
  9. { \
  10. .opt = ({{EName}}), \
  11. {{CLBody}} \
  12. } \
  13. MHD_RESTORE_WARN_COMPOUND_LITERALS_