summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/ncpsign_kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ncpfs/ncpsign_kernel.h')
-rw-r--r--fs/ncpfs/ncpsign_kernel.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/fs/ncpfs/ncpsign_kernel.h b/fs/ncpfs/ncpsign_kernel.h
new file mode 100644
index 000000000..85974f346
--- /dev/null
+++ b/fs/ncpfs/ncpsign_kernel.h
@@ -0,0 +1,16 @@
+/*
+ * ncpsign_kernel.h
+ *
+ * Arne de Bruijn (arne@knoware.nl), 1997
+ *
+ */
+
+#ifndef _NCPSIGN_KERNEL_H
+#define _NCPSIGN_KERNEL_H
+
+#include <linux/ncp_fs.h>
+#include <linux/ncp_fs_sb.h>
+
+void sign_packet(struct ncp_server *server, int *size);
+
+#endif