This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbfido/bounce.h

10 lines
101 B
C
Raw Normal View History

2002-02-09 17:12:15 +00:00
#ifndef _BOUNCEMGR_H
#define _BOUNCEMGR_H
int Bounce(faddr *, faddr *, FILE *, char *);
#endif