--- libwww/Library/src/HTRules.html 1998/08/10 17:05:18 2.37 +++ libwww/Library/src/HTRules.html 2005/11/11 14:03:16 2.38 @@ -30,6 +30,10 @@ Library. #include "HTList.h" #include "HTReq.h" #include "HTFormat.h" + +#ifdef __cplusplus +extern "C" { +#endif

Parse a Rule File @@ -121,11 +125,15 @@ extern char * HTRule_translate (HTList * BOOL ignore_case);
+#ifdef __cplusplus
+}
 #endif
+
+#endif  /* HTRULE_H */
 


- @(#) $Id: HTRules.html,v 2.37 1998/08/10 17:05:18 frystyk Exp $ + @(#) $Id: HTRules.html,v 2.38 2005/11/11 14:03:16 vbancrof Exp $