////////////////////////////////////////////////////////// // Name: ImportFromHTML.h // // // // Description: Contains functions for loading // // accessing Netscape Bookmark Files // // // // AUTHOR: Lucas Scharf, Jan 26 - Feb 27, 1998 // // // // REVISIONS: None // // // // VERSION: 0.00 // ////////////////////////////////////////////////////////// //////////////////////////////////////////////////////// // Multiple Inclusion Protection // //////////////////////////////////////////////////////// #ifndef IMPORTFROMHTML_H #define IMPORTFROMHTML_H ////////////////////////////////////////////////////////// // Public Function Prototypes // ////////////////////////////////////////////////////////// bool ImportBookmarks(BookmarkDataPtr& BookmarkListHeadPtr, FolderDataPtr& FolderListHeadPtr, const char InputFileName[], const char ErrorLogFileName[]); #endif