2025-04-27 07:49:33 -04:00

17 lines
417 B
C

/************************************************************************
regtool.h
-- regtool.cpp include file
History: Date Author Comment
8/14/00 Casper Wrote it.
*************************************************************************/
#ifndef _REGTOOL_H
#define _REGTOOL_H
ULONG MxGetVenDevId(LPSTR data);
int GetFreePort(void);
#endif