summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-06-16 10:26:47 -0700
committerJeremy Allison <jra@samba.org>2010-06-16 10:26:47 -0700
commit5a77d648d9ce2ad60d4a951b69461a5b3d24289f (patch)
tree3f960b16fd9e06a1ae7e843bd0ca32bbebdaf7fa /source3/include/ntdomain.h
parent1614bcf0ecae211a92c308cd795c138d0533ee63 (diff)
downloadsamba-5a77d648d9ce2ad60d4a951b69461a5b3d24289f.tar.gz
samba-5a77d648d9ce2ad60d4a951b69461a5b3d24289f.tar.bz2
samba-5a77d648d9ce2ad60d4a951b69461a5b3d24289f.zip
Remove two unused functions (prs_force_dynamic, prs_set_session_key).
Jeremy.
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 668691fb47..213cb9ff75 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -44,7 +44,6 @@ typedef struct _prs_struct {
uint32 grow_size; /* size requested via prs_grow() calls */
char *data_p; /* The buffer itself. */
TALLOC_CTX *mem_ctx; /* When unmarshalling, use this.... */
- const char *sess_key; /* If we have to do encrypt/decrypt on the fly. */
} prs_struct;
/*