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


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

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


desc
@Prototypes for seq.c
@


1.2
log
@First real RCS checkin
@
text
@/* $Id$
 * $Log$
 */
/*
  This file is part of the NetFax system.

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

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation.

    This program is distributed in the hope that it will be useful, 
    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef in_faxspooler_seq_h
#define in_faxspooler_seq_h 1

/*
  Prototypes:
*/

int seq_next(
#ifdef _PROTO
    char *file
#endif
);

#endif
@


1.1
log
@Initial revision
@
text
@d1 3
@
