summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/ncpsign_kernel.h
blob: 85974f34636519e6ba282d75fac301b14a41adf7 (plain)
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