/* $Id: link.h,v 1.7 2002/09/18 18:00:01 pgul Rel $ */ /***************************************************************************** * Link for HPT (FTN NetMail/EchoMail Tosser) ***************************************************************************** * Copyright (C) 1998-1999 * * Kolya Nesterov * * Fido: 2:463/7208.53 * Kiev, Ukraine * * This file is part of HPT. * * HPT 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 2, or (at your option) any * later version. * * HPT 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 HPT; see the file COPYING. If not, write to the Free * Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. *****************************************************************************/ #ifndef __LINK_H #define __LINK_H extern int linkJamByCRC; void linkAreas(char *name); #endif