////////////////////////////////////////////////////////// // WebAddressManager.h // // // // Description: A program to manage and modify lists of // // URLS. Imports Netscape HTML Bookmark files into // // proprietary format. Rewritten WAL -- Contains code // // for the fancy UI. // // // // AUTHOR: Lucas Scharf // // Jan 24 - April 9 1998 // // // // REVISIONS: None // // VERSION: 2.00 // ////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////// // Multiple Inclusion Protection // ////////////////////////////////////////////////////////// #ifndef WEBADDRESSMANAGER_H #define WEBADDRESSMANAGER_H ////////////////////////////////////////////////////////// // Public Function Prototypes // ////////////////////////////////////////////////////////// void WebAddressManager(const char FileToLoad[]); #endif