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 msgs.c
@


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

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

  %W% %G% %U%
*/

#ifndef in_libfax_msgs_h
#define in_libfax_msgs_h 1

/*
  Prototypes:
*/

char *hayes_result_msg(int result);
char *faxmodem_result_msg(FaxModem *f); 
void faxmodem_print_id_strings(FaxModem *f, FILE *fp);
char *t30_vr_string(T30params *p);
char *t30_br_string(T30params *p);
char *t30_wd_string(T30params *p); 
char *t30_ln_string(T30params *p);
char *t30_df_string(T30params *p);
char *t30_ec_string(T30params *p);
char *t30_bf_string(T30params *p);
char *t30_st_string(T30params *p);

#endif
@


1.2
log
@First real RCS checkin
@
text
@d1 5
a5 2
/* $Id$
 * $Log$
d23 11
a33 66
char *hayes_result_msg(
#ifdef _PROTO
     int result
#endif
);

char *faxmodem_result_msg(
#ifdef _PROTO
     FaxModem *f
#endif
);

void faxmodem_print_id_strings(
#ifdef _PROTO
     FaxModem *f,
     FILE *fp
#endif
);

char *t30_vr_string(
#ifdef _PROTO
     T30params *p
#endif
);

char *t30_br_string(
#ifdef _PROTO
     T30params *p
#endif
);

char *t30_wd_string(
#ifdef _PROTO
     T30params *p
#endif
);

char *t30_ln_string(
#ifdef _PROTO
     T30params *p
#endif
);

char *t30_df_string(
#ifdef _PROTO
     T30params *p
#endif
);

char *t30_ec_string(
#ifdef _PROTO
     T30params *p
#endif
);

char *t30_bf_string(
#ifdef _PROTO
     T30params *p
#endif
);

char *t30_st_string(
#ifdef _PROTO
     T30params *p
#endif
);
@


1.1
log
@Initial revision
@
text
@d1 3
@
