/*
* inet.h -- inet stuff
* hotwayd is a POP3-HTTPMail gateway. It will allow you to
* check your HOTMAIL account from your unix box.
* Created: Espeleta Tomas <espeleta@libero.it>, 12-Apr-2001
* This POP3 code is based on nupop-0.4, by Kevin Stone <kstone@nuvox.net>
*
* 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; either version 2, or (at your option)
* any later version.
*
* 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., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*/
void inet_init(void);
extern char inet_server_name[N_BUFLEN];
extern char inet_client_name[N_BUFLEN];
extern char inet_server_addr[N_BUFLEN];
extern char inet_server_domain[N_BUFLEN];
syntax highlighted by Code2HTML, v. 0.9.1