summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_subr.h
diff options
context:
space:
mode:
authorrvb <rvb@FreeBSD.org>1998-09-06 20:01:34 +0000
committerrvb <rvb@FreeBSD.org>1998-09-06 20:01:34 +0000
commite08529ca69b292c3c8e18e47ed49bfa82f03fbef (patch)
treee83fec92453831a80923a4f17b538027cc7b8bd1 /sys/coda/coda_subr.h
parent70e4d378e2ccabcec6276cacbf9ee67ab6672ab2 (diff)
downloadFreeBSD-src-e08529ca69b292c3c8e18e47ed49bfa82f03fbef.zip
FreeBSD-src-e08529ca69b292c3c8e18e47ed49bfa82f03fbef.tar.gz
Clean LINT
Diffstat (limited to 'sys/coda/coda_subr.h')
-rw-r--r--sys/coda/coda_subr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/coda/coda_subr.h b/sys/coda/coda_subr.h
index 4beedc9..0263432 100644
--- a/sys/coda/coda_subr.h
+++ b/sys/coda/coda_subr.h
@@ -27,7 +27,7 @@
* Mellon the rights to redistribute these changes without encumbrance.
*
* @(#) src/sys/cfs/cfs_subr.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $Id: $
+ * $Id: cfs_subr.h,v 1.2 1998/09/02 19:09:53 rvb Exp $
*
*/
@@ -36,8 +36,8 @@ void cfs_free(struct cnode *cp);
struct cnode *cfs_find(ViceFid *fid);
void cfs_flush(enum dc_status dcstat);
void cfs_testflush(void);
-int cfs_checkunmounting(struct mount *mp);
-int cfs_cacheprint(struct mount *whoIam);
+void cfs_checkunmounting(struct mount *mp);
+void cfs_cacheprint(struct mount *whoIam);
void cfs_debugon(void);
void cfs_debugoff(void);
int cfs_kill(struct mount *whoIam, enum dc_status dcstat);
OpenPOWER on IntegriCloud