summaryrefslogtreecommitdiff
path: root/source4/lib/samba3/samba3.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-02-09 13:22:37 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-10 16:45:13 +1100
commita74e556a7c2446a25f796a76043d7cdf2d8745b3 (patch)
treea47ec18a86afe1937e8344489fd46cc99399ddb4 /source4/lib/samba3/samba3.h
parentefc210d5208a2da1fc33c7ebd745bf806dd26f62 (diff)
downloadsamba-a74e556a7c2446a25f796a76043d7cdf2d8745b3.tar.gz
samba-a74e556a7c2446a25f796a76043d7cdf2d8745b3.tar.bz2
samba-a74e556a7c2446a25f796a76043d7cdf2d8745b3.zip
s4-lib/samba3: Remove unused smbpasswd_decode_acb_info()
Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett
Diffstat (limited to 'source4/lib/samba3/samba3.h')
-rw-r--r--source4/lib/samba3/samba3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/samba3/samba3.h b/source4/lib/samba3/samba3.h
index 87de13f8f8..68e201113d 100644
--- a/source4/lib/samba3/samba3.h
+++ b/source4/lib/samba3/samba3.h
@@ -25,7 +25,6 @@
struct samr_Password *smbpasswd_gethexpwd(TALLOC_CTX *mem_ctx, const char *p);
char *smbpasswd_sethexpwd(TALLOC_CTX *mem_ctx, struct samr_Password *pwd, uint16_t acb_info);
-uint16_t smbpasswd_decode_acb_info(const char *p);
char *smbpasswd_encode_acb_info(TALLOC_CTX *mem_ctx, uint16_t acb_info);
#endif /* _SAMBA3_H */