X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffts_.h;h=6a22becac47dae9fdbe7094fdf604a9009b7446b;hb=1ad640361c8e1117929cabfc2fa9541793b591b2;hp=75324d42df15536457d222cbbb537053e66b4343;hpb=6e0a75f9d908bb6d9f1039d1255d2513eafa9959;p=gnulib.git diff --git a/lib/fts_.h b/lib/fts_.h index 75324d42d..6a22becac 100644 --- a/lib/fts_.h +++ b/lib/fts_.h @@ -1,6 +1,6 @@ /* Traverse a file hierarchy. - Copyright (C) 2004-2010 Free Software Foundation, Inc. + Copyright (C) 2004-2011 Free Software Foundation, Inc. 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 @@ -55,9 +55,14 @@ # undef __THROW # define __THROW # undef __BEGIN_DECLS -# define __BEGIN_DECLS # undef __END_DECLS -# define __END_DECLS +# ifdef __cplusplus +# define __BEGIN_DECLS extern "C" { +# define __END_DECLS } +# else +# define __BEGIN_DECLS +# define __END_DECLS +# endif # endif # include