head 1.1; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2 OPENPKG_CW_FP:1.1; locks; strict; comment @# @; 1.1 date 2004.10.11.15.16.11; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2004.10.11.15.16.11; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.52.06; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.1 log @make more portable @ text @Index: libsrs2/srs2.h --- libsrs2/srs2.h.orig 2004-07-04 19:49:03.000000000 +0200 +++ libsrs2/srs2.h 2004-10-11 17:14:24.041527940 +0200 @@@@ -14,6 +14,16 @@@@ #ifndef __SRS2_H__ #define __SRS2_H__ +#if !defined(__BEGIN_DECLS) && !defined(__END_DECLS) +#if defined(__cplusplus) +#define __BEGIN_DECLS extern "C" { +#define __END_DECLS } +#else +#define __BEGIN_DECLS +#define __END_DECLS +#endif +#endif + __BEGIN_DECLS #define SRS_VERSION_MAJOR 1 @ 1.1.2.1 log @file libsrs2.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:52:06 +0000 @ text @d1 20 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 20 Index: libsrs2/srs2.h --- libsrs2/srs2.h.orig 2004-07-04 19:49:03.000000000 +0200 +++ libsrs2/srs2.h 2004-10-11 17:14:24.041527940 +0200 @@@@ -14,6 +14,16 @@@@ #ifndef __SRS2_H__ #define __SRS2_H__ +#if !defined(__BEGIN_DECLS) && !defined(__END_DECLS) +#if defined(__cplusplus) +#define __BEGIN_DECLS extern "C" { +#define __END_DECLS } +#else +#define __BEGIN_DECLS +#define __END_DECLS +#endif +#endif + __BEGIN_DECLS #define SRS_VERSION_MAJOR 1 @