diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-07 14:22:00 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-07 14:22:00 +0200 |
commit | fe91deb40c6ca7732c3548c75c0671f580d1c81b (patch) | |
tree | 57a87170633642d38c0ab3029a5a61d0f1379894 /plugins/picohttpparser/picohttpparser.h | |
parent | c4d194bd2d1b350aa506f17644c5159a6130bc54 (diff) | |
download | monitoring-plugins-fe91deb40c6ca7732c3548c75c0671f580d1c81b.tar.gz |
check_curl: updates embedded picohttpparser to newest git version
Diffstat (limited to 'plugins/picohttpparser/picohttpparser.h')
-rw-r--r-- | plugins/picohttpparser/picohttpparser.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/picohttpparser/picohttpparser.h b/plugins/picohttpparser/picohttpparser.h index a8fad71d..0849f844 100644 --- a/plugins/picohttpparser/picohttpparser.h +++ b/plugins/picohttpparser/picohttpparser.h @@ -33,8 +33,6 @@ #define ssize_t intptr_t #endif -/* $Id: 67fd3ee74103ada60258d8a16e868f483abcca87 $ */ - #ifdef __cplusplus extern "C" { #endif |