1 2 3 4 5 6 7 8
#ifndef _NU_LANMAN_H_ #define _NU_LANMAN_H_ #include "nu_server.h" SMB_STATUS handle_LANMAN( SMB_HEADER *header, SMB_DATA *data, SMB_TRANSACTION_BYTES *bytes ); #endif