summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_ncp.h
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-02-26 21:25:55 +0000
committerfjoe <fjoe@FreeBSD.org>2003-02-26 21:25:55 +0000
commit9ea7b9c811bc094f68c970def3a821172fa91b7f (patch)
treec83e3990c80db6417f5cc56c84c139df3c83f549 /sys/netncp/ncp_ncp.h
parentdb9bbbcf0669e7054a999dea570347b9ed02394d (diff)
downloadFreeBSD-src-9ea7b9c811bc094f68c970def3a821172fa91b7f.zip
FreeBSD-src-9ea7b9c811bc094f68c970def3a821172fa91b7f.tar.gz
Catch up with KSE changes.
Reviewed by: tjr
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 68c0042..fd522b2 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);
OpenPOWER on IntegriCloud