aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-01-31 23:28:40 +0100
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-01-31 23:28:40 +0100
commitf9461e528c5fbe1aa92d342564327c97fde88592 (patch)
treefb65d9b2dda0d4f13d0343bc68c3e0f2c8ce943f /src/microhttpd/internal.h
parentbd8eb3f218120fc90bed1d647aba5f4613f55320 (diff)
downloadlibmicrohttpd-f9461e528c5fbe1aa92d342564327c97fde88592.tar.gz
libmicrohttpd-f9461e528c5fbe1aa92d342564327c97fde88592.zip
Updated copyright years
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 6a2a22df..8948d397 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1,7 +1,7 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 Copyright (C) 2007-2018 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007-2018 Daniel Pittman and Christian Grothoff
4 Copyright (C) 2014-2022 Evgeny Grin (Karlson2k) 4 Copyright (C) 2014-2023 Evgeny Grin (Karlson2k)
5 5
6 This library is free software; you can redistribute it and/or 6 This library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Lesser General Public 7 modify it under the terms of the GNU Lesser General Public
@@ -2921,6 +2921,7 @@ MHD_get_master (struct MHD_Daemon *const daemon)
2921 */ 2921 */
2922void 2922void
2923MHD_upgraded_connection_mark_app_closed_ (struct MHD_Connection *connection); 2923MHD_upgraded_connection_mark_app_closed_ (struct MHD_Connection *connection);
2924
2924#endif /* UPGRADE_SUPPORT */ 2925#endif /* UPGRADE_SUPPORT */
2925 2926
2926 2927