home *** CD-ROM | disk | FTP | other *** search
- /* $Header: pd:zvmRCS/ui_support_proto.h,v 1.2 1993/04/19 18:40:06 rvillari Exp rvillari $ */
- #ifndef _UI_SUPPORT_PROTO_H
- #define _UI_SUPPORT_PROTO_H
-
- #include <exec/types.h>
-
- #include "ui_support.h"
- #include "voice.h"
-
- void showServerStatus(char*, char*, char*);
- int use(char*);
- int unListen(char*, int);
- int closeSerial(char*);
- int AnswerCall(int, char*, char*);
- int AnswerFax(void);
- int AnswerData(void);
- int SilentAnswer(void);
- int RecordConversation(void);
-
- #endif
-