X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=intl%2Fvasnprintf.h;h=84da20813eed1ab8e93adf93bde70a7042836d7c;hb=69a912c0db0ac135fff332db4f0b05ad9ed2eec6;hp=ff1d183bf65c2abefe6db89ec750a3d5af28e861;hpb=ee5170ade20748797fdde09e370fbb07e585fc9a;p=pkg%2Fabook.git diff --git a/intl/vasnprintf.h b/intl/vasnprintf.h index ff1d183..84da208 100644 --- a/intl/vasnprintf.h +++ b/intl/vasnprintf.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _VASNPRINTF_H @@ -38,7 +38,7 @@ # endif #endif -#ifdef __cplusplus +#ifdef __cplusplus extern "C" { #endif @@ -71,7 +71,7 @@ extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, . extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args) __attribute__ ((__format__ (__printf__, 3, 0))); -#ifdef __cplusplus +#ifdef __cplusplus } #endif