00001 /* $Id: init.h,v 1.3 2003/09/12 21:06:45 legoater Exp $ 00002 * 00003 * Copyright 2001-2003, Meiosys (www.meiosys.com). All rights reserved. 00004 * 00005 * See the COPYING file for the terms of usage and distribution. 00006 */ 00007 00008 #ifndef __log4c_init_h 00009 #define __log4c_init_h 00010 00023 extern int log4c_init(void); 00024 00030 extern int log4c_fini(void); 00031 00032 #endif