Skip to content

Instantly share code, notes, and snippets.

@fasterthanlime
Last active August 29, 2015 14:17
Show Gist options
  • Save fasterthanlime/dd95a71bdbba04cb318a to your computer and use it in GitHub Desktop.
Save fasterthanlime/dd95a71bdbba04cb318a to your computer and use it in GitHub Desktop.
_MHD_EXTERN struct MHD_Response *
MHD_create_response_from_buffer (size_t size,
void *buffer,
enum MHD_ResponseMemoryMode mode);
_MHD_EXTERN void
MHD_destroy_response (struct MHD_Response *response);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment