Displaying 1 result from an estimated 1 matches for "smbc_type".
Did you mean:
sec_type
2002 Nov 28
0
problem with smbc_init in libsmbclient
...the list of names ... */
/* fprintf(stdout, "Directory listing, size = %u\n", dirc);
while (dirc > 0) {
dsize = ((struct smbc_dirent *)dirp)->dirlen;
fprintf(stdout, "Dir Ent, Type: %u, Name: %s, Comment: %s\n",
((struct smbc_dirent *)dirp)->smbc_type,
((struct smbc_dirent *)dirp)->name,
((struct smbc_dirent *)dirp)->comment);
dirp += dsize;
(char *)dirc -= dsize;
}
*/
return 0;
}