added header inclusion guard

This commit is contained in:
Yang Tse
2009-06-11 11:57:46 +00:00
parent 065a51d2e1
commit 6173ce6463
3 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
#ifndef HEADER_CURLMSG_VMS_H
#define HEADER_CURLMSG_VMS_H
/* $Id$ */
/* */
/* CURLMSG_VMS.H */
@@ -114,3 +117,5 @@ static const long vms_cond[] =
CURLE_SSL_ISSUER_ERROR,
CURL_CURL_LAST
};
#endif /* HEADER_CURLMSG_VMS_H */