diff options
author | Luke Leighton <lkcl@samba.org> | 1998-05-19 19:41:22 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-05-19 19:41:22 +0000 |
commit | 74ea6c06f336c2d6d264afc128064c60be17c693 (patch) | |
tree | cf5d75ab1aa274ee82b4f4c12c371e97d1fe8be2 /source3/include | |
parent | 48c7034c92452982167adc2c34049dea353c272c (diff) | |
download | samba-74ea6c06f336c2d6d264afc128064c60be17c693.tar.gz samba-74ea6c06f336c2d6d264afc128064c60be17c693.tar.bz2 samba-74ea6c06f336c2d6d264afc128064c60be17c693.zip |
oops - got some of the default (conversion) functions wrong.
(This used to be commit b836581cda2b58d285245f71f2bc419c6ece4911)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 9256520efe..760f889dd9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1822,9 +1822,6 @@ char *smb_errstr(char *inbuf); /*The following definitions come from smbpass.c */ -struct smb_passwd *getsmbfilepwent(void *vp); -BOOL mod_smbfile21pwd_entry(struct sam_passwd* pwd, BOOL override); -BOOL mod_smbfilepwd_entry(struct smb_passwd* pwd, BOOL override); struct passdb_ops *file_initialize_password_db(void); /*The following definitions come from smbpassfile.c */ |