diff options
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 | ||