#ifndef TAB_ADVANCED_H
#define TAB_ADVANCED_H


/*
 * PROTOTYPES _________________________________________________________________
 *
 */

BOOL CALLBACK AdvancedTab_DlgProc (HWND hDlg, UINT msg, WPARAM wp, LPARAM lp);

BOOL AdvancedTab_CommitChanges (BOOL fForce);


#endif

