aboutsummaryrefslogtreecommitdiff
path: root/sys/netncp/ncp_subr.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-01-14 19:54:42 +0000
committerBruce Evans <bde@FreeBSD.org>2000-01-14 19:54:42 +0000
commitf9ad65b0f2673f178af8d855e767d0633694d963 (patch)
treed403d522fd036c42812fc4b949b6d0daffdce447 /sys/netncp/ncp_subr.h
parentb33271069ed83c1de37b141817a6f7da091ec930 (diff)
downloadsrc-f9ad65b0f2673f178af8d855e767d0633694d963.tar.gz
src-f9ad65b0f2673f178af8d855e767d0633694d963.zip
Forward declare some structs so that this header is more self-suifficent.
Notes
Notes: svn path=/head/; revision=55991
Diffstat (limited to 'sys/netncp/ncp_subr.h')
-rw-r--r--sys/netncp/ncp_subr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netncp/ncp_subr.h b/sys/netncp/ncp_subr.h
index 1d997635cec5..7f493af70b57 100644
--- a/sys/netncp/ncp_subr.h
+++ b/sys/netncp/ncp_subr.h
@@ -105,6 +105,9 @@ struct ncp_open_info {
extern int ncp_debuglevel;
+struct proc;
+struct ucred;
+
int ncp_init(void);
void ncp_done(void);
int ncp_chkintr(struct ncp_conn *conn, struct proc *p);