1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-04 08:23:50 +03:00

More fixes and implementation bits and pieces for libsmbclient

This commit is contained in:
Richard Sharpe
-
parent 0219767c93
commit 991f6907ac
2 changed files with 165 additions and 11 deletions

View File

@@ -35,6 +35,7 @@
struct smbc_dirent {
uint smbc_type; /* Type of entity, see below */
uint dirlen; /* Convenience */
uint namelen;
uint commentlen;
char *comment; /* Points to the comment futher down */
@@ -42,6 +43,9 @@ struct smbc_dirent {
};
/*
* Entity types
*/
#define SMBC_WORKGROUP 1
#define SMBC_SERVER 2
#define SMBC_FILE_SHARE 3