home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / fax-3.2.1 / lib / libfax / libfax.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-31  |  339 b   |  24 lines

  1. /*
  2.   libfax.h
  3.  
  4.   (c) Copyright 1991 by David M. Siegel.
  5.       All rights reserved.
  6.  
  7.   %W% %G% %U%
  8. */
  9.  
  10. #include "../../include/conf.h"
  11.  
  12.  
  13. #include "log.h"
  14. #include "c2proto.h"
  15. #include "write.h"
  16. #include "read.h"
  17. #include "tty.h"
  18. #include "swap.h"
  19. #include "gen.h"
  20. #include "response.h"
  21. #include "msgs.h"
  22. #include "send.h"
  23. #include "recv.h"
  24.