summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-06-20 07:40:18 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-06-20 07:40:18 +0000
commitc3c99f121a3abe960ffe947542b04d7d0f22f28e (patch)
tree96d0e685263000e9934d0266feda837b533cb271
parentaf364c0852af5127ec32a5ac80c0d62a8b2bd298 (diff)
even more declarations
-rw-r--r--usr.bin/tcfs/tcfslib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tcfs/tcfslib.h b/usr.bin/tcfs/tcfslib.h
index 2ac4168fb2e..9f038b4f256 100644
--- a/usr.bin/tcfs/tcfslib.h
+++ b/usr.bin/tcfs/tcfslib.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfslib.h,v 1.7 2000/06/20 07:09:46 fgsch Exp $ */
+/* $OpenBSD: tcfslib.h,v 1.8 2000/06/20 07:40:17 fgsch Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -53,3 +53,4 @@ extern tcfsgpwdb *
extern int tcfs_gputpwnam __P((char *, tcfsgpwdb *, int));
extern int tcfs_get_label __P((char *, char *, int *));
extern int tcfs_verify_fs __P((char *));
+extern int tcfs_callfunction __P((char *, struct tcfs_args *));