New function declared as part of fix for SF1 in bug 26852. Reviewed by mjudge

This commit is contained in:
cmanske 1998-07-02 01:18:54 +00:00
Родитель a4fff7cf8e
Коммит 4cb0bac5e8
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1372,6 +1372,12 @@ void EDT_PreClose(MWContext * pMWContext,char* pURL, EDT_PreCloseCallbackFn done
*/
XP_Bool EDT_IsSameURL(char *url1,char *url2,char *base1,char *base2);
/* Check for valid image file extensions
* Used primarily to NOT mangle image URLs that are not really files,
* but server-generated images, as with counter URLs
*/
XP_Bool EDT_IsImageURL(char *pImageURL);
/*
* Extract the Extra HTML string from the ED_Element pointer in an image struct
* (ED_Element is a void* to external users