home *** CD-ROM | disk | FTP | other *** search
- #ifndef PAGER_LIB_H
- #define PAGER_LIB_H
-
- #include <exec/types.h>
-
- typedef struct {
- STRPTR svc_Name;
- STRPTR svc_Phone;
- UBYTE svc_Password[16];
- ULONG svc_BaudRate;
- ULONG svc_MaxPageLen;
- BOOL svc_MultiBlock;
- } PagerService_t;
-
- typedef struct {
- STRPTR als_Name;
- STRPTR als_Service;
- STRPTR als_PIN;
- ULONG als_MaxMessageLen;
- ULONG als_MaxPageLen;
- } PagerAlias_t;
-
- #endif
-