diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-10 16:40:23 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-10 16:40:23 +0000 |
commit | b94ddf082d73249e3ad1590ee24a5c9c33a15e94 (patch) | |
tree | b0caec685471b8235d255a74f72aea5a95f6f34d /source3/include/proto.h | |
parent | 23cac105fdd8057993d0c42358fc245ad5618ee5 (diff) | |
download | samba-b94ddf082d73249e3ad1590ee24a5c9c33a15e94.tar.gz samba-b94ddf082d73249e3ad1590ee24a5c9c33a15e94.tar.bz2 samba-b94ddf082d73249e3ad1590ee24a5c9c33a15e94.zip |
ipc.c :
#if NTDOMAIN
call to api_netlogRPC
#endif
lsaparse.c :
renamed lsa_io_q_auth2 to lsa_io_q_auth_2.
pipes.c :
added api_lsa_reply_auth_2() and api_netlogRPC.
proto.h :
the usual.
(This used to be commit e2e1979b6215080593728942d414a273505877df)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 94937daade..0ed52bc6fd 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -331,7 +331,7 @@ char* lsa_io_q_lookup_rids(BOOL io, LSA_Q_LOOKUP_RIDS *q_r, char *q, char *base, char* lsa_io_r_lookup_rids(BOOL io, LSA_R_LOOKUP_RIDS *r_r, char *q, char *base, int align); char* lsa_io_q_req_chal(BOOL io, LSA_Q_REQ_CHAL *q_c, char *q, char *base, int align); char* lsa_io_r_req_chal(BOOL io, LSA_R_REQ_CHAL *r_c, char *q, char *base, int align); -char* lsa_io_q_auth2(BOOL io, LSA_Q_AUTH_2 *q_a, char *q, char *base, int align); +char* lsa_io_q_auth_2(BOOL io, LSA_Q_AUTH_2 *q_a, char *q, char *base, int align); char* lsa_io_r_auth_2(BOOL io, LSA_R_AUTH_2 *r_a, char *q, char *base, int align); char* lsa_io_q_srv_pwset(BOOL io, LSA_Q_SRV_PWSET *q_s, char *q, char *base, int align); char* lsa_io_r_srv_pwset(BOOL io, LSA_R_SRV_PWSET *r_s, char *q, char *base, int align); |