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

  1. /*
  2.   response.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_response_h
  11. #define in_libfax_response_h 1
  12.  
  13. /*
  14.   Prototypes:
  15. */
  16.  
  17. int get_modem_response(
  18. #ifdef _PROTO
  19.      FaxModem *f,
  20.      int timeout
  21. #endif
  22. );
  23.  
  24. void init_modem_response(
  25. #ifdef _PROTO
  26.      FaxModem *f
  27. #endif
  28. );
  29.  
  30. void faxmodem_print_status(
  31. #ifdef _PROTO
  32.      FaxModem *f
  33. #endif
  34. );
  35.  
  36. #endif
  37.