Source file: /~heha/basteln/PC/oszi/oszi.zip/unused/allowio.h

#ifndef ALLOWIO_H
#define ALLOWIO_H
#include "wutils.h"
#ifdef __cplusplus
extern "C" {
#endif
HANDLE OpenPortTalkDriver(HWND);
bool EnablePorts(HANDLE fh, UINT base, UINT count);
#ifdef __cplusplus
}
#endif

#endif
Detected encoding: ASCII (7 bit)2