[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] lib/sha1.h: wrap declarations in extern "C" scope when inclu
From: |
Jim Meyering |
Subject: |
Re: [PATCH] lib/sha1.h: wrap declarations in extern "C" scope when included from C++ |
Date: |
Tue, 21 Jul 2009 11:07:01 +0200 |
Peter Simons wrote:
>>From 640f2ed9570eef3189e43ec7550b32776fdebd0f Mon Sep 17 00:00:00 2001
> From: Peter Simons <address@hidden>
> Date: Sun, 19 Jul 2009 18:25:44 +0200
> Subject: [PATCH] lib/sha1.h: wrap declarations in extern "C" scope when
> included from C++
>
> +#ifdef __cplusplus
> +extern "C" {
> +#endif
Hi Peter,
Would you please adjust that patch to do the same for all lib/sha*.h files
as well as lib/md5.h, and (if Simon agrees) lib/md[24].h?
Thanks,
Jim