summaryrefslogtreecommitdiff
path: root/lib/content_encoding.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-11 18:42:30 +0000
committerYang Tse <yangsita@gmail.com>2008-07-11 18:42:30 +0000
commit3452c8d693786e43205e7e1c91c5f05e0454185c (patch)
tree4dff7e6cf0809479af9329ed5c6edc5a00a22cec /lib/content_encoding.h
parent336992cc54583b4ca949401d93ca3194e226d21e (diff)
downloadcurl-3452c8d693786e43205e7e1c91c5f05e0454185c.tar.gz
Added missing multiple header inclusion prevention definition
Diffstat (limited to 'lib/content_encoding.h')
-rw-r--r--lib/content_encoding.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/content_encoding.h b/lib/content_encoding.h
index e654318f1..aa51420db 100644
--- a/lib/content_encoding.h
+++ b/lib/content_encoding.h
@@ -1,3 +1,5 @@
+#ifndef __CURL_CONTENT_ENCODING_H
+#define __CURL_CONTENT_ENCODING_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -5,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -39,3 +41,5 @@ CURLcode
Curl_unencode_gzip_write(struct connectdata *conn,
struct SingleRequest *k,
ssize_t nread);
+
+#endif