Changed parameters of HT_LayoutComplete().

git-svn-id: svn://10.0.0.236/trunk@10053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com 1998-09-15 18:35:16 +00:00
parent 39f64e949e
commit fc6080da78

View File

@ -217,7 +217,7 @@ PR_PUBLIC_API(void) HT_SetPaneFEData (HT_Pane pane, void* data);
PR_PUBLIC_API(HT_View) HT_GetSelectedView (HT_Pane pane);
PR_PUBLIC_API(HT_Error) HT_SetSelectedView (HT_Pane pane, HT_View view);
PR_PUBLIC_API(void) HT_LayoutComplete(MWContext *cx, char *url);
PR_PUBLIC_API(void) HT_LayoutComplete(TagList *metaTags, char *url);
enum _HT_ViewType {
HT_VIEW_BOOKMARK=0, HT_VIEW_HISTORY, HT_VIEW_SITEMAP, HT_VIEW_FILES, HT_VIEW_SEARCH