1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +03:00

r359: moved the share type definitions to srvsvc.idl

I'd like to see more protocol defininitions in the IDL files and less
in smb.h where possible.
This commit is contained in:
Andrew Tridgell
2004-04-26 00:32:29 +00:00
committed by Gerald (Jerry) Carter
parent a946315193
commit 854b875bbe
2 changed files with 8 additions and 9 deletions

View File

@@ -215,15 +215,6 @@ enum socket_error {SOCKET_READ_TIMEOUT,
incorrect parameters - what does it mean? maybe created temporary file? */
#define NTCREATEX_ACTION_UNKNOWN 5
/* share types */
#define STYPE_DISKTREE 0 /* Disk drive */
#define STYPE_PRINTQ 1 /* Spooler queue */
#define STYPE_DEVICE 2 /* Serial device */
#define STYPE_IPC 3 /* Interprocess communication (IPC) */
#define STYPE_HIDDEN 0x80000000 /* share is a hidden one (ends with $) */
#include "doserr.h"
/*