aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-08 14:53:21 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-08 14:53:46 +0100
commit2962b6e48db51a242a09f0fce1ff1e747f7c7330 (patch)
treef6e1c212419cd89f8eb067fcaf6aa1ae61d34aaa /src
parent10bdf39505cf525b95886c140b3c2e82e7427d29 (diff)
parentacd39ed23d80f0aa2ff3829293a3e683ed6e31d0 (diff)
downloadlibmicrohttpd-2962b6e48db51a242a09f0fce1ff1e747f7c7330.tar.gz
libmicrohttpd-2962b6e48db51a242a09f0fce1ff1e747f7c7330.zip
add MHD_create_response_from_buffer_with_free_callback
Diffstat (limited to 'src')
-rw-r--r--src/include/microhttpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index f8ec0122..5d51e6d4 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 Copyright (C) 2006-2017 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2006-2018 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
126 * Current version of the library. 126 * Current version of the library.
127 * 0x01093001 = 1.9.30-1. 127 * 0x01093001 = 1.9.30-1.
128 */ 128 */
129#define MHD_VERSION 0x00095902 129#define MHD_VERSION 0x00096000
130 130
131/** 131/**
132 * MHD-internal return code for "YES". 132 * MHD-internal return code for "YES".