// DialInit.h #ifndef dial__DialInit_H #define dial__DialInit_H // David Adams // May 2004 // // Class to call the initialization function because lcgdict // does not import free functions. class Environment; namespace dial { class DialInit { public: static int init(const Environment* penv =0); }; } #endif