home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / utils / sercli.shr / sercli / src / rcs / defs.h,v < prev    next >
Encoding:
Text File  |  1993-06-16  |  3.2 KB  |  223 lines

  1. head    1.7;
  2. access;
  3. symbols
  4.     sercli_v1_10:1.7
  5.     sercli_v1_9:1.5
  6.     sercli_v1_8:1.4
  7.     sercli_v1_7:1.3
  8.     sercli_v1_6:1.2
  9.     sercli_v1_5:1.1;
  10. locks
  11.     rkr:1.7;
  12. comment    @**  @;
  13.  
  14.  
  15. 1.7
  16. date    93.06.16.23.33.18;    author rkr;    state Exp;
  17. branches;
  18. next    1.6;
  19.  
  20. 1.6
  21. date    93.06.16.20.08.38;    author rkr;    state Exp;
  22. branches;
  23. next    1.5;
  24.  
  25. 1.5
  26. date    93.06.06.10.26.32;    author rkr;    state Exp;
  27. branches;
  28. next    1.4;
  29.  
  30. 1.4
  31. date    91.12.20.09.44.12;    author rkr;    state Exp;
  32. branches;
  33. next    1.3;
  34.  
  35. 1.3
  36. date    91.12.10.02.48.37;    author rkr;    state Exp;
  37. branches;
  38. next    1.2;
  39.  
  40. 1.2
  41. date    91.12.02.10.51.53;    author rkr;    state Exp;
  42. branches;
  43. next    1.1;
  44.  
  45. 1.1
  46. date    91.11.28.08.25.32;    author rkr;    state Exp;
  47. branches;
  48. next    ;
  49.  
  50.  
  51. desc
  52. @sercli is a program to permit shell-like interface to the serial port,
  53. while also permitting easy config- and run-time-control over the way the
  54. serial port (or even _which_ serial port) is used.
  55.  
  56. @
  57.  
  58.  
  59. 1.7
  60. log
  61. @Added per-file copyright notice, as suggested by GPL.
  62. @
  63. text
  64. @/*
  65. **  $Source: WB_2.1:homes/rkr/prog/sercli/src/RCS/defs.h,v $
  66. **  $Author: rkr $
  67. **  $Revision: 1.6 $
  68. **  $Locker: rkr $
  69. **  $State: Exp $
  70. **  $Date: 1993/06/16 20:08:38 $
  71. **
  72. **  sercli (an Amiga .device <-> FIFO interface tool)
  73. **  Copyright (C) 1993  Richard Rauch
  74. **
  75. **  See /doc/sercli.doc and /COPYING for use and distribution license.
  76. **
  77. */
  78.  
  79. #ifndef DEFS_H
  80. #define DEFS_H 1
  81.  
  82. #include <exec/nodes.h>
  83. #include <exec/ports.h>
  84. #include <intuition/intuition.h>
  85.  
  86. #define PROG_NAME "sercli"
  87.  
  88. typedef struct RexxMsg RexxMsg;
  89.  
  90. typedef unsigned char        ubyte;
  91. typedef unsigned short        uword;
  92. typedef unsigned long        ulong;
  93.  
  94. typedef struct IORequest    IO_Request;
  95. typedef struct IOStdReq     Ioc;
  96. typedef struct IntuiMessage    IntuiMessage;
  97. typedef struct IntuitionBase    IntuitionBase;
  98. typedef struct Library        Library;
  99. typedef struct List        List;
  100. typedef struct Message        Message;
  101. typedef struct MsgPort        MsgPort;
  102. typedef struct NewWindow    NewWindow;
  103. typedef struct Node        Node;
  104. typedef struct Process        Process;
  105. typedef struct Task        Task;
  106. typedef struct Window        Window;
  107.  
  108. extern int alert_ser;
  109. extern int alert_loc;
  110.  
  111. extern WORD win_width;
  112. extern WORD win_height;
  113. extern NewWindow nw;
  114. extern Window *win;
  115.  
  116. extern char *prog_id;
  117. extern char *nether_name;
  118. extern char *window_title;  /*** Just use nw.Title??? ***/
  119.  
  120. #define GADGETS_WIDTH 84
  121. #define TEXT_WIDTH 8
  122. #define TEXT_HEIGHT 8
  123.  
  124. #endif /*** DEFS_H ***/
  125.  
  126. @
  127.  
  128.  
  129. 1.6
  130. log
  131. @...I don't know _what_ has changed with this file.  Check the diffs.
  132. (Sorry)
  133. @
  134. text
  135. @d4 2
  136. a5 2
  137. **  $Revision: 1.5 $
  138. **  $Locker:  $
  139. d7 6
  140. a12 1
  141. **  $Date: 1993/06/06 10:26:32 $
  142. @
  143.  
  144.  
  145. 1.5
  146. log
  147. @Made {FidoName} refs to {prog_id}
  148. @
  149. text
  150. @d2 1
  151. a2 1
  152. **  $Source: WB_2.1:ho/rcs/defs.h,v $
  153. d4 1
  154. a4 1
  155. **  $Revision: 1.4 $
  156. d7 1
  157. a7 1
  158. **  $Date: 1991/12/20 09:44:12 $
  159. d14 2
  160. @
  161.  
  162.  
  163. 1.4
  164. log
  165. @*** empty log message ***
  166. @
  167. text
  168. @d2 1
  169. a2 1
  170. **  $Source: Workbench:personal/rkr/prog/sercli/src/rcs/defs.h,v $
  171. d4 2
  172. a5 2
  173. **  $Revision: 1.3 $
  174. **  $Locker: rkr $
  175. d7 1
  176. a7 1
  177. **  $Date: 91/12/10 02:48:37 $
  178. d46 1
  179. a46 1
  180. extern char *FifoName;
  181. @
  182.  
  183.  
  184. 1.3
  185. log
  186. @*** empty log message ***
  187. @
  188. text
  189. @d4 1
  190. a4 1
  191. **  $Revision: 1.2 $
  192. d7 1
  193. a7 1
  194. **  $Date: 91/12/02 10:51:53 $
  195. @
  196.  
  197.  
  198. 1.2
  199. log
  200. @*** empty log message ***
  201. @
  202. text
  203. @d7 1
  204. a7 1
  205. **  $Date: 91/12/02 10:42:31 $
  206. @
  207.  
  208.  
  209. 1.1
  210. log
  211. @Initial revision
  212. @
  213. text
  214. @d2 6
  215. a7 6
  216. **  $Source$
  217. **  $Author$
  218. **  $Revision$
  219. **  $Locker$
  220. **  $State$
  221. **  $Date$
  222. @
  223.