/*
  libfax.h

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

  %W% %G% %U%
*/

#include "conf.h"

#ifdef __STDC__
#define _PROTO
#endif

#include "log.h"
#include "c2proto.h"
#include "write.h"
#include "read.h"
#include "tty.h"
#include "swap.h"
#include "gen.h"
#include "response.h"
#include "msgs.h"
#include "send.h"
#include "recv.h"
