From 89165fc5d25b8b13e9c1f25628f797fdd48002ee Mon Sep 17 00:00:00 2001 From: rzalamena Date: Tue, 30 Aug 2016 13:37:10 +0000 Subject: [PATCH] Remove duplicated prototypes from header. "Looks good to me" natano@ --- usr.sbin/httpd/httpd.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h index a15f97bba53..cd172c67065 100644 --- a/usr.sbin/httpd/httpd.h +++ b/usr.sbin/httpd/httpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: httpd.h,v 1.112 2016/08/30 10:54:42 florian Exp $ */ +/* $OpenBSD: httpd.h,v 1.113 2016/08/30 13:37:10 rzalamena Exp $ */ /* * Copyright (c) 2006 - 2015 Reyk Floeter @@ -622,9 +622,6 @@ const char *canonicalize_host(const char *, char *, size_t); const char *canonicalize_path(const char *, char *, size_t); size_t path_info(char *); char *escape_html(const char *); -void imsg_event_add(struct imsgev *); -int imsg_compose_event(struct imsgev *, uint16_t, uint32_t, - pid_t, int, void *, uint16_t); void socket_rlimit(int); char *evbuffer_getline(struct evbuffer *); char *get_string(uint8_t *, size_t); -- 2.20.1