#	Copyright 2012 Piers Lauder

#	This file is part of MHSnet.

#	MHSnet 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, either version 3 of the License, or
#	(at your option) any later version.

#	MHSnet 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 MHSnet.  If not, see <http://www.gnu.org/licenses/>.


#define	STDIO

#include	"global.h"
#include	"address.h"
#include	"ftheader.h"

/*        */	Addr *	AddrFromUser(a) char *a; { return (Addr *)0; }
/*        */	void	FreeFthFiles() { return; }
/*        */	void	FthToFree() { return; }
/*        */	FthReason	GetFthFiles() { return fth_ok; }
/*        */	int	GetFthTo(b) bool b; { return 0; }
/*        */	bool	InFthTo(u) char *u; { return false; }
/*        */	void	PrintFtHeader(fd,i,b) FILE *fd; int i; bool b; { return; }
/*        */	FthReason	ReadFtHeader(f,e) int f; long e; { return fth_ok; }
/*        */	int	SetFthFiles() { return 0; }
/*        */	void	SetFthTo() { return; }
/*        */	int	WriteFtHeader(f,s) int f; long s; { return 0; }
