X-Git-Url: https://git.deb.at/?a=blobdiff_plain;ds=sidebyside;f=intl%2Fvasnprintf.h;h=ff1d183bf65c2abefe6db89ec750a3d5af28e861;hb=ee5170ade20748797fdde09e370fbb07e585fc9a;hp=84da20813eed1ab8e93adf93bde70a7042836d7c;hpb=f3c64248f69b12b759775cbc7e0e01c13fae274f;p=pkg%2Fabook.git diff --git a/intl/vasnprintf.h b/intl/vasnprintf.h index 84da208..ff1d183 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 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