--- libwww/Library/src/HTString.html 1999/04/12 15:01:21 2.37 +++ libwww/Library/src/HTString.html 1999/07/31 01:27:55 2.38 @@ -64,6 +64,15 @@ extern int strcasecomp (const char *a, extern int strncasecomp (const char *a, const char *b, int n);

+ Tail String Comparison +

+

+Like strcmp, but match the tail of s2 (used for cookie domain comparison) +

+extern int tailcomp(const char * s1, const char * s2);
+extern int tailcasecomp(const char * s1, const char * s2);
+
+

String Comparison with Wild Card Match

@@ -111,6 +120,6 @@ extern char * HTStrip (char * s);


- @(#) $Id: HTString.html,v 2.37 1999/04/12 15:01:21 frystyk Exp $ + @(#) $Id: HTString.html,v 2.38 1999/07/31 01:27:55 raff Exp $