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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user