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 / recv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-31  |  396 b   |  37 lines

  1. /*
  2.   recv.h
  3.  
  4.   (c) Copyright 1991 by David M. Siegel.
  5.       All rights reserved.
  6.  
  7.   %W% %G% %U%
  8. */
  9.  
  10. #ifndef in_libfax_recv_h
  11. #define in_libfax_recv_h 1
  12.  
  13. /*
  14.   Prototypes:
  15. */
  16.  
  17. int faxmodem_answer(
  18. #ifdef _PROTO
  19.      FaxModem *f
  20. #endif
  21. );
  22.  
  23. recv_code faxmodem_start_recv(
  24. #ifdef _PROTO
  25.      FaxModem *f
  26. #endif
  27. );
  28.  
  29. int faxmodem_recv_page(
  30. #ifdef _PROTO
  31.      FaxModem *f,
  32.      int fd
  33. #endif
  34. );
  35.  
  36. #endif
  37.