summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-08-26 00:45:02 +0200
committerGünther Deschner <gd@samba.org>2009-08-27 15:55:20 +0200
commit360868b6e8ab033993f528d09f803eac660536db (patch)
treee299a44321b0182461f986171d9ec030ca548f01 /source3/include/proto.h
parenta3c6e02748d1025da1b68efb4b03e1dc74eebbfe (diff)
downloadsamba-360868b6e8ab033993f528d09f803eac660536db.tar.gz
samba-360868b6e8ab033993f528d09f803eac660536db.tar.bz2
samba-360868b6e8ab033993f528d09f803eac660536db.zip
s3-schannel: remove remaining code that was using "struct dcinfo".
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a745c07b17..b87e3b7f91 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4716,12 +4716,6 @@ bool secrets_store_afs_keyfile(const char *cell, const struct afs_keyfile *keyfi
bool secrets_fetch_afs_key(const char *cell, struct afs_key *result);
void secrets_fetch_ipc_userpass(char **username, char **domain, char **password);
TDB_CONTEXT *open_schannel_session_store(TALLOC_CTX *mem_ctx);
-bool secrets_store_schannel_session_info(TALLOC_CTX *mem_ctx,
- const char *remote_machine,
- const struct dcinfo *pdc);
-bool secrets_restore_schannel_session_info(TALLOC_CTX *mem_ctx,
- const char *remote_machine,
- struct dcinfo **ppdc);
bool secrets_store_generic(const char *owner, const char *key, const char *secret);
char *secrets_fetch_generic(const char *owner, const char *key);
bool secrets_store_local_schannel_key(uint8_t schannel_key[16]);