home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / comm / misc / elcheapofax / faxcmd / libfax / rcs / libfax.h,v < prev    next >
Text File  |  1993-12-21  |  718b  |  69 lines

  1. head    1.2;
  2. access;
  3. symbols
  4.     OCT93:1.2;
  5. locks;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.2
  10. date    93.06.11.16.15.25;    author Rhialto;    state Exp;
  11. branches;
  12. next    1.1;
  13.  
  14. 1.1
  15. date    93.06.11.15.19.27;    author Rhialto;    state Exp;
  16. branches;
  17. next    ;
  18.  
  19.  
  20. desc
  21. @All include files together
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @First real RCS checkin
  28. @
  29. text
  30. @/* $Id$
  31.  * $Log$
  32.  */
  33. /*
  34.   libfax.h
  35.  
  36.   (c) Copyright 1991 by David M. Siegel.
  37.       All rights reserved.
  38.  
  39.   %W% %G% %U%
  40. */
  41.  
  42. #include "conf.h"
  43.  
  44. #ifdef __STDC__
  45. #define _PROTO
  46. #endif
  47.  
  48. #include "log.h"
  49. #include "c2proto.h"
  50. #include "write.h"
  51. #include "read.h"
  52. #include "tty.h"
  53. #include "swap.h"
  54. #include "gen.h"
  55. #include "response.h"
  56. #include "msgs.h"
  57. #include "send.h"
  58. #include "recv.h"
  59. @
  60.  
  61.  
  62. 1.1
  63. log
  64. @Initial revision
  65. @
  66. text
  67. @d1 3
  68. @
  69.