summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-09 20:56:57 +0100
committerGünther Deschner <gd@samba.org>2011-02-09 22:51:23 +0100
commit65bb6b35241a29a514fef3be547398c9cd3c2e09 (patch)
treeaf484116f08131438365404504e38299e0fc1b58 /source3/include/passdb.h
parent4303d34da9c0da048348c63468c25381d8d0084c (diff)
downloadsamba-65bb6b35241a29a514fef3be547398c9cd3c2e09.tar.gz
samba-65bb6b35241a29a514fef3be547398c9cd3c2e09.tar.bz2
samba-65bb6b35241a29a514fef3be547398c9cd3c2e09.zip
s3: move some stuff out of smb.h to better locations.
Guenther
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r--source3/include/passdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h
index b07c117853..ac6dd21ace 100644
--- a/source3/include/passdb.h
+++ b/source3/include/passdb.h
@@ -117,6 +117,8 @@ struct login_cache {
#define SAMU_BUFFER_V4 4
#define SAMU_BUFFER_LATEST SAMU_BUFFER_V4
+#define MAX_HOURS_LEN 32
+
struct samu {
struct pdb_methods *methods;