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

  1. /*
  2.   send.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_send_h
  11. #define in_libfax_send_h 1
  12.  
  13. /*
  14.   Prototypes:
  15. */
  16.  
  17. int faxmodem_initiate_call(
  18. #ifdef _PROTO
  19.      FaxModem *f,
  20.      char *dialstring
  21. #endif
  22. );
  23.  
  24. int faxmodem_send_page(
  25. #ifdef _PROTO
  26.      FaxModem *f,
  27.      int fd,
  28.      int last_page,
  29.      int tries
  30. #endif
  31. );
  32.  
  33. #endif
  34.