summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/netapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-27 00:30:51 +0200
committerGünther Deschner <gd@samba.org>2008-08-29 13:57:54 +0200
commitab6fc34ebc20ff2d3eb60393b066feeb35230b9b (patch)
tree92a45cb86053f607a005187f968ef9613951c1ce /source3/lib/netapi/netapi.h
parente5cf44ab311b8b554b573fc17ff415051f603b17 (diff)
downloadsamba-ab6fc34ebc20ff2d3eb60393b066feeb35230b9b.tar.gz
samba-ab6fc34ebc20ff2d3eb60393b066feeb35230b9b.tar.bz2
samba-ab6fc34ebc20ff2d3eb60393b066feeb35230b9b.zip
netapi: add ENCRYPTED_PWLEN to public header.
Guenther (This used to be commit 7010230c4af667b4197c9bd58685dc5a0b2b7c4f)
Diffstat (limited to 'source3/lib/netapi/netapi.h')
-rw-r--r--source3/lib/netapi/netapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h
index 71873b7656..4882ada893 100644
--- a/source3/lib/netapi/netapi.h
+++ b/source3/lib/netapi/netapi.h
@@ -33,6 +33,8 @@ typedef enum {
#define ERROR_MORE_DATA ( 234L )
+#define ENCRYPTED_PWLEN ( 16 )
+
/****************************************************************
****************************************************************/