[BACK]Return to ncpsign_kernel.h CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / fs / ncpfs

File: [Development] / linux-2.4-xfs / fs / ncpfs / ncpsign_kernel.h (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

/*
 *  ncpsign_kernel.h
 *
 *  Arne de Bruijn (arne@knoware.nl), 1997
 *
 */
 
#ifndef _NCPSIGN_KERNEL_H
#define _NCPSIGN_KERNEL_H

#include <linux/ncp_fs.h>

void sign_packet(struct ncp_server *server, int *size);

#endif