From 31d44e36823af542073040fc5a761f00ff28a1ed Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 26 Apr 2004 00:32:29 +0000 Subject: 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 used to be commit 854b875bbe447955fb0c3876f046931d0bfde06c) --- source4/include/smb.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source4/include/smb.h') diff --git a/source4/include/smb.h b/source4/include/smb.h index e5e7e26444..520aee487c 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -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" /* -- cgit