From: Ulrich Drepper Date: Wed, 12 May 1999 10:23:29 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_1_1~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa5ba5d944f5e2a312c0a15835afc926e2aabffb;p=thirdparty%2Fglibc.git Update. 1999-05-12 Andreas Jaeger * resolv/arpa/nameser.h: Add C++ protectors. --- diff --git a/ChangeLog b/ChangeLog index 26271654afc..6bf7edb5f1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-05-12 Andreas Jaeger + + * resolv/arpa/nameser.h: Add C++ protectors. + 1999-05-08 Andreas Jaeger * iconvdata/gconv-modules: Fix alias for CP1255. Reported by diff --git a/resolv/arpa/nameser.h b/resolv/arpa/nameser.h index e9bf744ea4c..122168c270f 100644 --- a/resolv/arpa/nameser.h +++ b/resolv/arpa/nameser.h @@ -249,6 +249,8 @@ /* glibc always has byte order info in */ #include +__BEGIN_DECLS + /* * Structure for query header. The order of the fields is machine- and * compiler-dependent, depending on the byte/bit order and the layout @@ -343,4 +345,6 @@ extern u_int32_t _getlong __P((const u_char *)); (cp) += INT32SZ; \ } +__END_DECLS + #endif /* arpa/nameser.h */