/**************************************************************************** * Samba Operations * * Written by dhewg/bushing * modified by nIxx ****************************************************************************/ #ifndef _SMB_H_ #define _SMB_H_ #ifdef __cplusplus extern "C" { #endif bool ConnectSMB(); void CloseSMB(); #ifdef __cplusplus } #endif #endif