home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / AVMA&GPFax-V1,33Sources.LHA / ui_support_proto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-25  |  470 b   |  21 lines

  1. /* $Header: pd:zvmRCS/ui_support_proto.h,v 1.2 1993/04/19 18:40:06 rvillari Exp rvillari $ */
  2. #ifndef _UI_SUPPORT_PROTO_H
  3. #define _UI_SUPPORT_PROTO_H
  4.  
  5. #include <exec/types.h>
  6.  
  7. #include "ui_support.h"
  8. #include "voice.h"
  9.  
  10. void showServerStatus(char*, char*, char*);
  11. int use(char*);
  12. int unListen(char*, int);
  13. int closeSerial(char*);
  14. int AnswerCall(int, char*, char*);
  15. int AnswerFax(void);
  16. int AnswerData(void);
  17. int SilentAnswer(void);
  18. int RecordConversation(void);
  19.  
  20. #endif
  21.