From 2471697fd700a54a4b8b7922d15497e013e52aeb Mon Sep 17 00:00:00 2001 From: inoguchi <> Date: Wed, 25 Jan 2017 13:52:53 +0000 Subject: remove __BEGIN_DECLS and __END_DECLS from http.h sync with ocspcheck and acme-client ok benno@ --- src/usr.sbin/ocspcheck/http.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/usr.sbin/ocspcheck/http.h b/src/usr.sbin/ocspcheck/http.h index 6d19771f56..17541b4363 100644 --- a/src/usr.sbin/ocspcheck/http.h +++ b/src/usr.sbin/ocspcheck/http.h @@ -1,4 +1,4 @@ -/* $Id: http.h,v 1.2 2017/01/24 10:57:48 deraadt Exp $ */ +/* $Id: http.h,v 1.3 2017/01/25 13:52:53 inoguchi Exp $ */ /* * Copyright (c) 2016 Kristaps Dzonsons * @@ -61,8 +61,6 @@ struct httpget { size_t bodypartsz; /* size of bodypart */ }; -__BEGIN_DECLS - int http_init(void); /* Convenience functions. */ @@ -91,6 +89,4 @@ int http_head_status(const struct http *, struct httphead *http_head_get(const char *, struct httphead *, size_t); -__END_DECLS - #endif /* HTTP_H */ -- cgit v1.2.3-55-g6feb