aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
authorjaviexin <javiexin@gmail.com>2015-04-27 15:35:09 +0200
committerjaviexin <javiexin@gmail.com>2015-04-27 15:35:09 +0200
commit18e8f281be21e241c50d7ed55a16475d222e144a (patch)
tree421f34cd6230aef6dd9de719691558283f51a71a /phpBB/search.php
parente98a5afd07fdd18c8ed877655089e842a1db5f8a (diff)
downloadforums-18e8f281be21e241c50d7ed55a16475d222e144a.tar
forums-18e8f281be21e241c50d7ed55a16475d222e144a.tar.gz
forums-18e8f281be21e241c50d7ed55a16475d222e144a.tar.bz2
forums-18e8f281be21e241c50d7ed55a16475d222e144a.tar.xz
forums-18e8f281be21e241c50d7ed55a16475d222e144a.zip
[ticket/13786] Add events to add MCP post options
Three new events are included: 1) Core event to perform new moderator action in includes/mcp/mcp_post.php 2) Core event to add/modify template data in includes/mcp/mcp_post.php 3) Template event to present new options in template/mcp_post.html Fix typo. PHPBB3-13786
Diffstat (limited to 'phpBB/search.php')
0 files changed, 0 insertions, 0 deletions
19 20 21 22 23 24 25 26 27 28 29 30
/*
 * Guillaume Cottenceau (gc@mandrakesoft.com)
 *
 * Copyright 2000 MandrakeSoft
 *
 * This software may be freely redistributed under the terms of the GNU
 * public license.
 *
 * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 */

/*
 * Portions from Erik Troan (ewt@redhat.com)
 *
 * Copyright 1996 Red Hat Software 
 *
 */

#ifndef H_DNS
#define H_DNS 

#include <netdb.h>

// needs a wrapper since gethostbyname from dietlibc doesn't support domain handling
struct hostent *mygethostbyname(const char *name);

#endif