moved NET_GetTrustList from mkaccess.h to mkgeturl.h

git-svn-id: svn://10.0.0.236/trunk@12404 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com 1998-10-09 03:05:49 +00:00
parent a71f603e16
commit 3585aabb2b
2 changed files with 7 additions and 5 deletions

View File

@ -137,5 +137,12 @@ extern void
#endif /* MODULAR_NETLIB */
NET_RegisterProtocolImplementation(NET_ProtoImpl *impl, int for_url_type);
#ifdef TRUST_LABELS
/* given a URL search the list of URL_s structures for one that matches
* and has a non-empty trust list */
extern XP_List * NET_GetTrustList( char *TargetURL );
#endif
PR_END_EXTERN_C
#endif /* not MKGetURL_H */

View File

@ -108,11 +108,6 @@ PUBLIC PRBool MatchCookieToLabel2( char *TargetURL, char *CookieName,
char *CookiePath, char *CookieHost,
TrustLabel **TheLabel );
/* given a URL search the list of URL_s structures for one that has
* a non-empty trust list.
* Return a pointer to the non empty trust last */
extern XP_List * NET_GetTrustList( char *TargetURL ) ;
#endif
#endif