REMAPI.H


//==========================================================================================================================
// MODULE: RemAPI.h
//
// Description:
//
// Bloodhound parser SMB Remote APIs
//
// Modification History
//
// Steve Hiskey 07/07/94 Created
//==========================================================================================================================

#include <windows.h>
#include <string.h>
#include <bh.h>
#include <inilib.h>


#pragma pack(1)

#define FORMAT_BUFFER_SIZE 80

#pragma pack()