/* Takes a dialing entry and a global configuration, 
   builds a INI file using Win32 File I/O,
   and starts Kermit using CreateProcess call 

   returns Handle to process if successful, and FALSE otherwise ;
*/
#ifdef COMMENT
#undef COMMENT
#endif

ZIL_UINT32
K_CONNECTOR::StartKermit( KD_LIST_ITEM * entry, KD_CONFIG * config )
{
    

}
