aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.h')
-rw-r--r--src/microhttpd/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.h b/src/microhttpd/connection.h
index 0bd891d9..d885f3f7 100644
--- a/src/microhttpd/connection.h
+++ b/src/microhttpd/connection.h
@@ -142,6 +142,6 @@ MHD_connection_epoll_update_ (struct MHD_Connection *connection);
142 * @param connection the connection that saw some activity 142 * @param connection the connection that saw some activity
143 */ 143 */
144void 144void
145update_last_activity (struct MHD_Connection *connection); 145MHD_update_last_activity_ (struct MHD_Connection *connection);
146 146
147#endif 147#endif