6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
13 lines
174 B
C
13 lines
174 B
C
#ifndef _MODEM_H
|
|
#define _MODEM_H
|
|
|
|
|
|
int CountModem(void);
|
|
void EditModem(void);
|
|
void InitModem(void);
|
|
char *PickModem(char *);
|
|
int modem_doc(FILE *, FILE *, int);
|
|
|
|
#endif
|
|
|