blob: bfdf057af6ed8f184c931e7533bccd8bba1b0b36 [file] [log] [blame] [raw]
/*
* Copyright (C) 2012 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*
* $Id$
*/
#include "ipf.h"
char thishost[MAXHOSTNAMELEN];
void initparse __P((void))
{
gethostname(thishost, sizeof(thishost));
thishost[sizeof(thishost) - 1] = '\0';
}