aboutsummaryrefslogtreecommitdiff
path: root/httpd/httpd.h
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2015-03-19 17:34:21 +0100
committerReyk Floeter <reyk@esdenera.com>2015-03-19 17:34:21 +0100
commit89b8c998b9e87423cc1cdec8603294765f6a0332 (patch)
tree8a278467f0ac4d9d9d38bc9132b21c78430c229d /httpd/httpd.h
parent9420295b964fcd0159cd17f7c115d6ceb2af400a (diff)
downloadhttpd-89b8c998b9e87423cc1cdec8603294765f6a0332.tar.gz
httpd-89b8c998b9e87423cc1cdec8603294765f6a0332.zip
sync
Diffstat (limited to 'httpd/httpd.h')
-rw-r--r--httpd/httpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/httpd/httpd.h b/httpd/httpd.h
index 28e02a5..50f300a 100644
--- a/httpd/httpd.h
+++ b/httpd/httpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: httpd.h,v 1.81 2015/02/23 18:43:18 reyk Exp $ */
+/* $OpenBSD: httpd.h,v 1.82 2015/03/15 22:08:45 florian Exp $ */
/*
* Copyright (c) 2006 - 2015 Reyk Floeter <reyk@openbsd.org>
@@ -530,7 +530,6 @@ int server_bufferevent_write_chunk(struct client *,
struct evbuffer *, size_t);
int server_bufferevent_add(struct event *, int);
int server_bufferevent_write(struct client *, void *, size_t);
-void server_inflight_dec(struct client *, const char *);
struct server *
server_byaddr(struct sockaddr *, in_port_t);
struct server_config *