From f68c317b4341d76a7e91e87b1f620ec0012fbef4 Mon Sep 17 00:00:00 2001 From: "jpierre%netscape.com" Date: Mon, 8 Sep 2003 23:29:14 +0000 Subject: [PATCH] Add PORT_Strpbrk macro git-svn-id: svn://10.0.0.236/trunk@146639 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/util/secport.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/security/nss/lib/util/secport.h b/mozilla/security/nss/lib/util/secport.h index aa25f33536c..d53db574a6f 100644 --- a/mozilla/security/nss/lib/util/secport.h +++ b/mozilla/security/nss/lib/util/secport.h @@ -38,7 +38,7 @@ * * NOTE - These are not public interfaces * - * $Id: secport.h,v 1.6 2002-05-01 00:06:39 wtc%netscape.com Exp $ + * $Id: secport.h,v 1.7 2003-09-08 23:29:14 jpierre%netscape.com Exp $ */ #ifndef _SECPORT_H_ @@ -219,6 +219,7 @@ extern char *PORT_Strdup(const char *s); #define PORT_Strncat strncat #define PORT_Strncmp strncmp #define PORT_Strncpy strncpy +#define PORT_Strpbrk strpbrk #define PORT_Strstr strstr #define PORT_Strtok strtok