X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=log.h;h=2e472c96c2ff725b1773f13b9d08f75a1ef04d21;hb=b36c921dd6085443726378388c3bf0603d1d4c0c;hp=d9e599280f7e5217081ad604d415979818b4c85d;hpb=8feb6ebdc5e07e47f60c3ebee79df65f8f0c2c85;p=cascardo%2Frnetproxy.git diff --git a/log.h b/log.h index d9e5992..2e472c9 100644 --- a/log.h +++ b/log.h @@ -1,6 +1,25 @@ +/* +** Copyright (C) 2006 Thadeu Lima de Souza Cascardo +** +** This program is free software; you can redistribute it and/or modify +** it under the terms of the GNU General Public License as published by +** the Free Software Foundation; either version 2 of the License, or +** (at your option) any later version. +** +** This program is distributed in the hope that it will be useful, +** but WITHOUT ANY WARRANTY; without even the implied warranty of +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. +** +** 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +** +*/ + #ifndef LOG_H #define LOG_H -void im_log_init (); +void pop_log_init (); #endif