repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* better
[mascara-docs.git]
/
i386
/
linux-2.3.21
/
fs
/
ncpfs
/
ncpsign_kernel.h
blob
141338fb5ad29190016acfda017d6c21659792e1
1
/*
2
* ncpsign_kernel.h
3
*
4
* Arne de Bruijn (arne@knoware.nl), 1997
5
*
6
*/
7
8
#ifndef _NCPSIGN_KERNEL_H
9
#define _NCPSIGN_KERNEL_H
10
11
#include <linux/ncp_fs.h>
12
13
void
sign_packet
(
struct
ncp_server
*
server
,
int
*
size
);
14
15
#endif