diff options
| author | erdgeist <> | 2004-02-26 04:59:25 +0000 |
|---|---|---|
| committer | erdgeist <> | 2004-02-26 04:59:25 +0000 |
| commit | 96027bb8637c00799a25391fd9804e7e030fed20 (patch) | |
| tree | c291cf20c6b70c565c7843585fcea78f7e46123b /src/nu_lanman.h | |
| parent | 78011b55064b08b0628914e5d32972e23c94b5af (diff) | |
Introducing LANMAN functionality
Diffstat (limited to 'src/nu_lanman.h')
| -rw-r--r-- | src/nu_lanman.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nu_lanman.h b/src/nu_lanman.h new file mode 100644 index 0000000..f15c37a --- /dev/null +++ b/src/nu_lanman.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #ifndef _NU_LANMAN_H_ | ||
| 2 | #define _NU_LANMAN_H_ | ||
| 3 | |||
| 4 | #include "nu_server.h" | ||
| 5 | |||
| 6 | SMB_STATUS handle_LANMAN( SMB_HEADER *header, SMB_DATA *data, SMB_TRANSACTION_BYTES *bytes ); | ||
| 7 | |||
| 8 | #endif | ||
