| 
    Kodi Documentation 18.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "SMBFile.h"#include "PasswordManager.h"#include "ServiceBroker.h"#include "SMBDirectory.h"#include <libsmbclient.h>#include "filesystem/SpecialProtocol.h"#include "settings/AdvancedSettings.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "threads/SingleLock.h"#include "utils/log.h"#include "Util.h"#include "utils/StringUtils.h"#include "utils/URIUtils.h"#include "utils/TimeUtils.h"#include "commons/Exception.h"Functions | |
| void | xb_smbc_log (const char *msg) | 
| void | xb_smbc_auth (const char *srv, const char *shr, char *wg, int wglen, char *un, int unlen, char *pw, int pwlen) | 
| SMBCSRV * | xb_smbc_cache (SMBCCTX *c, const char *server, const char *share, const char *workgroup, const char *username) | 
Variables | |
| smbc_get_cached_srv_fn | orig_cache | 
| CSMB | smb | 
| void xb_smbc_auth | ( | const char * | srv, | 
| const char * | shr, | ||
| char * | wg, | ||
| int | wglen, | ||
| char * | un, | ||
| int | unlen, | ||
| char * | pw, | ||
| int | pwlen | ||
| ) | 
| SMBCSRV * xb_smbc_cache | ( | SMBCCTX * | c, | 
| const char * | server, | ||
| const char * | share, | ||
| const char * | workgroup, | ||
| const char * | username | ||
| ) | 
| void xb_smbc_log | ( | const char * | msg | ) | 
| smbc_get_cached_srv_fn orig_cache | 
| CSMB smb |