aboutsummaryrefslogtreecommitdiff
path: root/sys/netncp/ncp_ncp.h
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-02-26 21:25:55 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-02-26 21:25:55 +0000
commitd52cf765d3ab4f6204f7fcff74e50ee0c3624a57 (patch)
treec83e3990c80db6417f5cc56c84c139df3c83f549 /sys/netncp/ncp_ncp.h
parent6d473442ca9a7adbfef517cd6b2360f6090377b9 (diff)
downloadsrc-d52cf765d3ab4f6204f7fcff74e50ee0c3624a57.tar.gz
src-d52cf765d3ab4f6204f7fcff74e50ee0c3624a57.zip
Catch up with KSE changes.
Reviewed by: tjr
Notes
Notes: svn path=/head/; revision=111577
Diffstat (limited to 'sys/netncp/ncp_ncp.h')
-rw-r--r--sys/netncp/ncp_ncp.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/netncp/ncp_ncp.h b/sys/netncp/ncp_ncp.h
index 68c0042c1a9a..fd522b219c3c 100644
--- a/sys/netncp/ncp_ncp.h
+++ b/sys/netncp/ncp_ncp.h
@@ -108,7 +108,6 @@ struct ncp_bursthdr {
struct ncp_conn;
struct ncp_conn_args;
struct ncp_rq;
-struct proc;
struct ucred;
int ncp_ncp_connect(struct ncp_conn *conn);
@@ -119,15 +118,15 @@ int ncp_renegotiate_connparam(struct ncp_conn *conn, int buffsize,
int ncp_get_bindery_object_id(struct ncp_conn *conn,
u_int16_t object_type, char *object_name,
struct ncp_bindery_object *target,
- struct proc *p,struct ucred *cred);
+ struct thread *td,struct ucred *cred);
int ncp_get_encryption_key(struct ncp_conn *conn, char *target);
int ncp_login_encrypted(struct ncp_conn *conn,
struct ncp_bindery_object *object,
const u_char *key, const u_char *passwd,
- struct proc *p, struct ucred *cred);
+ struct thread *td, struct ucred *cred);
int ncp_login_unencrypted(struct ncp_conn *conn, u_int16_t object_type,
const char *object_name, const u_char *passwd,
- struct proc *p, struct ucred *cred);
+ struct thread *td, struct ucred *cred);
int ncp_read(struct ncp_conn *conn, ncp_fh *file, struct uio *uiop, struct ucred *cred);
int ncp_write(struct ncp_conn *conn, ncp_fh *file, struct uio *uiop, struct ucred *cred);