X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=para.h;h=bbf91330855610ce0316986f2195d5161e3bc2bb;hb=be5daec66f163725489f42d512659a8af5c3fd59;hp=323a4fb5bce74bac7a04448a0d6581296fd7c3e4;hpb=c52dfd608f15c8779df38fd46602e562b287171a;p=paraslash.git diff --git a/para.h b/para.h index 323a4fb5..bbf91330 100644 --- a/para.h +++ b/para.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 1997 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 1997 Andre Noll , see file COPYING. */ /** \file para.h global paraslash definitions */ @@ -24,6 +20,8 @@ #include #include #include +#include + #include "gcc-compat.h" /** used in various contexts */ @@ -48,7 +46,6 @@ typeof(x) _x = (x); \ _x > 0? _x : -_x; }) - extern __printf_2_3 void (*para_log)(int, const char*, ...); /** * Define a standard log function that always writes to stderr.