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:
committed by
Gerald (Jerry) Carter
parent
a946315193
commit
854b875bbe
@@ -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"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user