X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=door_daemon%2Flog_targets.h;h=8db38123c72e428aad091d33d7db96da3449f444;hp=5489279c87d3bf11e8a63010bd7cb89d10e658a3;hb=4ee2501ff864b8e15202ee814e8bafcc0c2adf6c;hpb=fd093d89cf3cb3c494ffbef5dc815f4bc01723b0 diff --git a/door_daemon/log_targets.h b/door_daemon/log_targets.h index 5489279..8db3812 100644 --- a/door_daemon/log_targets.h +++ b/door_daemon/log_targets.h @@ -20,8 +20,9 @@ * This file is part of uAnytun. * * uAnytun is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3 as - * published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * any later version. * * uAnytun is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -32,6 +33,9 @@ * along with uAnytun. If not, see . */ +#ifndef UANYTUN_log_targets_h_INCLUDED +#define UANYTUN_log_targets_h_INCLUDED + #include static char* get_time_formatted() @@ -355,3 +359,5 @@ log_target_t* log_target_stderr_new() return tmp; } + +#endif