ip-lib.h
上传用户:skhuanbao
上传日期:2007-01-04
资源大小:43k
文件大小:1k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. /*
  2.     File: smtp/ip-lib.h
  3.     Version 1.0
  4.     
  5.     Copyright (C) 1999 by Wolfgang Zekoll <wzk@quietsche-entchen.de>
  6.     This source is free software; you can redistribute it and/or modify
  7.     it under the terms of the GNU General Public License as published by
  8.     the Free Software Foundation; either version 1, or (at your option)
  9.     any later version.
  10.     This source is distributed in the hope that it will be useful,
  11.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.     GNU General Public License for more details.
  14.     You should have received a copy of the GNU General Public License
  15.     along with this program; if not, write to the Free Software
  16.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17. */
  18. #ifndef _IP_LIB_INCLUDED
  19. #define _IP_LIB_INCLUDED
  20. extern char *program;
  21. extern int ip_lib_error;
  22. char *get_error(int code);
  23. FILE *ip_open(char *server, unsigned int port);
  24. unsigned int get_port(char *server, unsigned int def_port);
  25. int get_client_info(int pfd, char *ipnum, char *name);
  26. #endif