home *** CD-ROM | disk | FTP | other *** search
- head 1.7;
- access;
- symbols
- sercli_v1_10:1.7
- sercli_v1_9:1.5
- sercli_v1_8:1.4
- sercli_v1_7:1.3
- sercli_v1_6:1.2
- sercli_v1_5:1.1;
- locks
- rkr:1.7;
- comment @** @;
-
-
- 1.7
- date 93.06.16.23.33.18; author rkr; state Exp;
- branches;
- next 1.6;
-
- 1.6
- date 93.06.16.20.08.38; author rkr; state Exp;
- branches;
- next 1.5;
-
- 1.5
- date 93.06.06.10.26.32; author rkr; state Exp;
- branches;
- next 1.4;
-
- 1.4
- date 91.12.20.09.44.12; author rkr; state Exp;
- branches;
- next 1.3;
-
- 1.3
- date 91.12.10.02.48.37; author rkr; state Exp;
- branches;
- next 1.2;
-
- 1.2
- date 91.12.02.10.51.53; author rkr; state Exp;
- branches;
- next 1.1;
-
- 1.1
- date 91.11.28.08.25.32; author rkr; state Exp;
- branches;
- next ;
-
-
- desc
- @sercli is a program to permit shell-like interface to the serial port,
- while also permitting easy config- and run-time-control over the way the
- serial port (or even _which_ serial port) is used.
-
- @
-
-
- 1.7
- log
- @Added per-file copyright notice, as suggested by GPL.
- @
- text
- @/*
- ** $Source: WB_2.1:homes/rkr/prog/sercli/src/RCS/defs.h,v $
- ** $Author: rkr $
- ** $Revision: 1.6 $
- ** $Locker: rkr $
- ** $State: Exp $
- ** $Date: 1993/06/16 20:08:38 $
- **
- ** sercli (an Amiga .device <-> FIFO interface tool)
- ** Copyright (C) 1993 Richard Rauch
- **
- ** See /doc/sercli.doc and /COPYING for use and distribution license.
- **
- */
-
- #ifndef DEFS_H
- #define DEFS_H 1
-
- #include <exec/nodes.h>
- #include <exec/ports.h>
- #include <intuition/intuition.h>
-
- #define PROG_NAME "sercli"
-
- typedef struct RexxMsg RexxMsg;
-
- typedef unsigned char ubyte;
- typedef unsigned short uword;
- typedef unsigned long ulong;
-
- typedef struct IORequest IO_Request;
- typedef struct IOStdReq Ioc;
- typedef struct IntuiMessage IntuiMessage;
- typedef struct IntuitionBase IntuitionBase;
- typedef struct Library Library;
- typedef struct List List;
- typedef struct Message Message;
- typedef struct MsgPort MsgPort;
- typedef struct NewWindow NewWindow;
- typedef struct Node Node;
- typedef struct Process Process;
- typedef struct Task Task;
- typedef struct Window Window;
-
- extern int alert_ser;
- extern int alert_loc;
-
- extern WORD win_width;
- extern WORD win_height;
- extern NewWindow nw;
- extern Window *win;
-
- extern char *prog_id;
- extern char *nether_name;
- extern char *window_title; /*** Just use nw.Title??? ***/
-
- #define GADGETS_WIDTH 84
- #define TEXT_WIDTH 8
- #define TEXT_HEIGHT 8
-
- #endif /*** DEFS_H ***/
-
- @
-
-
- 1.6
- log
- @...I don't know _what_ has changed with this file. Check the diffs.
- (Sorry)
- @
- text
- @d4 2
- a5 2
- ** $Revision: 1.5 $
- ** $Locker: $
- d7 6
- a12 1
- ** $Date: 1993/06/06 10:26:32 $
- @
-
-
- 1.5
- log
- @Made {FidoName} refs to {prog_id}
- @
- text
- @d2 1
- a2 1
- ** $Source: WB_2.1:ho/rcs/defs.h,v $
- d4 1
- a4 1
- ** $Revision: 1.4 $
- d7 1
- a7 1
- ** $Date: 1991/12/20 09:44:12 $
- d14 2
- @
-
-
- 1.4
- log
- @*** empty log message ***
- @
- text
- @d2 1
- a2 1
- ** $Source: Workbench:personal/rkr/prog/sercli/src/rcs/defs.h,v $
- d4 2
- a5 2
- ** $Revision: 1.3 $
- ** $Locker: rkr $
- d7 1
- a7 1
- ** $Date: 91/12/10 02:48:37 $
- d46 1
- a46 1
- extern char *FifoName;
- @
-
-
- 1.3
- log
- @*** empty log message ***
- @
- text
- @d4 1
- a4 1
- ** $Revision: 1.2 $
- d7 1
- a7 1
- ** $Date: 91/12/02 10:51:53 $
- @
-
-
- 1.2
- log
- @*** empty log message ***
- @
- text
- @d7 1
- a7 1
- ** $Date: 91/12/02 10:42:31 $
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d2 6
- a7 6
- ** $Source$
- ** $Author$
- ** $Revision$
- ** $Locker$
- ** $State$
- ** $Date$
- @
-