Eneboo - Documentación para desarrolladores
|
00001 /* Copyright (C) 2000 MySQL AB 00002 00003 This program is free software; you can redistribute it and/or modify 00004 it under the terms of the GNU General Public License as published by 00005 the Free Software Foundation; version 2 of the License. 00006 00007 This program is distributed in the hope that it will be useful, 00008 but WITHOUT ANY WARRANTY; without even the implied warranty of 00009 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00010 GNU General Public License for more details. 00011 00012 You should have received a copy of the GNU General Public License 00013 along with this program; if not, write to the Free Software 00014 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 00015 00016 #ifdef HAVE_LIBWRAP 00017 #include <tcpd.h> 00018 #include <syslog.h> 00019 #ifdef NEED_SYS_SYSLOG_H 00020 #include <sys/syslog.h> 00021 #endif /* NEED_SYS_SYSLOG_H */ 00022 00023 extern void my_fromhost(struct request_info *req); 00024 extern int my_hosts_access(struct request_info *req); 00025 extern char *my_eval_client(struct request_info *req); 00026 00027 #endif /* HAVE_LIBWRAP */