summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/usr.sbin/ocspcheck/http.h6
1 files changed, 1 insertions, 5 deletions
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 @@
1/* $Id: http.h,v 1.2 2017/01/24 10:57:48 deraadt Exp $ */ 1/* $Id: http.h,v 1.3 2017/01/25 13:52:53 inoguchi Exp $ */
2/* 2/*
3 * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> 3 * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv>
4 * 4 *
@@ -61,8 +61,6 @@ struct httpget {
61 size_t bodypartsz; /* size of bodypart */ 61 size_t bodypartsz; /* size of bodypart */
62}; 62};
63 63
64__BEGIN_DECLS
65
66int http_init(void); 64int http_init(void);
67 65
68/* Convenience functions. */ 66/* Convenience functions. */
@@ -91,6 +89,4 @@ int http_head_status(const struct http *,
91struct httphead *http_head_get(const char *, 89struct httphead *http_head_get(const char *,
92 struct httphead *, size_t); 90 struct httphead *, size_t);
93 91
94__END_DECLS
95
96#endif /* HTTP_H */ 92#endif /* HTTP_H */