summaryrefslogtreecommitdiff
path: root/lib/ftplistparser.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-06-02 14:13:02 +0200
committerYang Tse <yangsita@gmail.com>2010-06-02 14:13:02 +0200
commit077125e4a2a77384c88b51ffd88c985cabf95193 (patch)
tree99a42d6286462e74c3af8a21b896c503b01a95b3 /lib/ftplistparser.h
parentdf06182d867eaf80c006765a1601b9fcff5e8465 (diff)
downloadcurl-077125e4a2a77384c88b51ffd88c985cabf95193.tar.gz
include libcurl standard internal headers
Diffstat (limited to 'lib/ftplistparser.h')
-rw-r--r--lib/ftplistparser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ftplistparser.h b/lib/ftplistparser.h
index 20d75efa2..5a16abf6a 100644
--- a/lib/ftplistparser.h
+++ b/lib/ftplistparser.h
@@ -1,5 +1,5 @@
-#ifndef __FTPLISTPARSER_H_
-#define __FTPLISTPARSER_H_
+#ifndef HEADER_CURL_FTPLISTPARSER_H
+#define HEADER_CURL_FTPLISTPARSER_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -35,4 +35,4 @@ struct ftp_parselist_data *ftp_parselist_data_alloc(void);
void ftp_parselist_data_free(struct ftp_parselist_data **pl_data);
-#endif /* __FTPLISTPARSER_H_ */
+#endif /* HEADER_CURL_FTPLISTPARSER_H */