1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 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