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:
parent
a71f603e16
commit
3585aabb2b
@ -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 */
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user