summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2000-06-20 07:40:17 +0000
committerfgsch <fgsch@openbsd.org>2000-06-20 07:40:17 +0000
commit74e91fefc9ba5e155ecb528ec195c37e9ce2284f (patch)
treea35dfc6ff8e4a21e61d1a83e017f58bc8a9c4413
parentreplace some calloc's with malloc's since there is no point in call (diff)
downloadwireguard-openbsd-74e91fefc9ba5e155ecb528ec195c37e9ce2284f.tar.xz
wireguard-openbsd-74e91fefc9ba5e155ecb528ec195c37e9ce2284f.zip
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 *));