head	1.3;
access;
symbols
	OCT93:1.3;
locks;
comment	@ * @;


1.3
date	93.09.18.20.16.23;	author Rhialto;	state Exp;
branches;
next	1.2;

1.2
date	93.06.11.16.15.25;	author Rhialto;	state Exp;
branches;
next	1.1;

1.1
date	93.06.11.15.19.27;	author Rhialto;	state Exp;
branches;
next	;


desc
@Prototypes for recv.c
@


1.3
log
@Unconditional prototypes.
@
text
@/* $Id: recv.h,v 1.2 1993/06/11 16:15:25 Rhialto Exp $
 * $Log: recv.h,v $
 * Revision 1.2  1993/06/11  16:15:25  Rhialto
 * First real RCS checkin
 *
 */
/*
  recv.h

  (c) Copyright 1991 by David M. Siegel.
      All rights reserved.

  %W% %G% %U%
*/

#ifndef in_libfax_recv_h
#define in_libfax_recv_h 1

/*
  Prototypes:
*/

int faxmodem_answer(FaxModem *f);
recv_code faxmodem_start_recv(FaxModem *f);
int faxmodem_recv_page(FaxModem *f, int fd);

#endif
@


1.2
log
@First real RCS checkin
@
text
@d1 5
a5 2
/* $Id$
 * $Log$
d23 3
a25 18
int faxmodem_answer(
#ifdef _PROTO
     FaxModem *f
#endif
);

recv_code faxmodem_start_recv(
#ifdef _PROTO
     FaxModem *f
#endif
);

int faxmodem_recv_page(
#ifdef _PROTO
     FaxModem *f,
     int fd
#endif
);
@


1.1
log
@Initial revision
@
text
@d1 3
@
