summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-07-21 13:30:45 +0200
committerVolker Lendecke <vl@samba.org>2008-07-21 14:36:32 +0200
commit20675473b9f1c8851f13523b4cdace7184038fe9 (patch)
tree3b995a3f3a3452f8e5d53f12ca24f4bb6aea3d01
parentda6e4248eedfcf420797f42f589fff4875161303 (diff)
downloadsamba-20675473b9f1c8851f13523b4cdace7184038fe9.tar.gz
samba-20675473b9f1c8851f13523b4cdace7184038fe9.tar.bz2
samba-20675473b9f1c8851f13523b4cdace7184038fe9.zip
YESS -- remove the PI_* pipe constants
(This used to be commit 26a40f708a44fa460459a43014a101a383586e54)
-rw-r--r--source3/include/smb.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index eadbd71e20..32ba8a2a17 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -174,24 +174,6 @@ typedef uint32 codepoint_t;
/* pipe string names */
#define PIPE_LANMAN "\\PIPE\\LANMAN"
-#define PI_LSARPC 0
-#define PI_DSSETUP 1
-#define PI_SAMR 2
-#define PI_NETLOGON 3
-#define PI_SRVSVC 4
-#define PI_WKSSVC 5
-#define PI_WINREG 6
-#define PI_SPOOLSS 7
-#define PI_NETDFS 8
-#define PI_RPCECHO 9
-#define PI_INITSHUTDOWN 10
-#define PI_SVCCTL 11
-#define PI_EVENTLOG 12
-#define PI_NTSVCS 13
-#define PI_EPMAPPER 14
-#define PI_DRSUAPI 15
-#define PI_MAX_PIPES 16
-
/* 64 bit time (100usec) since ????? - cifs6.txt, section 3.5, page 30 */
typedef uint64_t NTTIME;