summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-05-07 19:59:32 +0000
committerLuke Leighton <lkcl@samba.org>1998-05-07 19:59:32 +0000
commitb543829dfceae6781624bebe11a2365c34e2d159 (patch)
tree6ff2af6dada6447e556f199b4b63508a8dd02cf0 /source3/include
parent01df1ed95f880a671ead7bc92b3bcff01a2e2dc0 (diff)
downloadsamba-b543829dfceae6781624bebe11a2365c34e2d159.tar.gz
samba-b543829dfceae6781624bebe11a2365c34e2d159.tar.bz2
samba-b543829dfceae6781624bebe11a2365c34e2d159.zip
moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.c
(This used to be commit abe261b2f5ea7036e7be6230876176d134ef4ee4)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 3cc48bb78f..fda55a652c 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2028,6 +2028,7 @@ void print_asc(int level, unsigned char *buf,int len);
void dump_data(int level,char *buf1,int len);
char *tab_depth(int depth);
char *dom_sid_to_string(DOM_SID *sid);
+int gethexpwd(char *p, char *pwd);
/*The following definitions come from web/cgi.c */