/* retawq/init.h - initialization This file is part of retawq (), a network client created by Arne Thomassen; retawq is basically released under certain versions of the GNU General Public License and WITHOUT ANY WARRANTY. Read the file COPYING for license details, README for program information. Copyright (C) 2001-2005 Arne Thomassen */ #ifndef __retawq_init_h__ #define __retawq_init_h__ extern void initialize(int, const char**); #endif /* #ifndef __retawq_init_h__ */