treewide: Run refresh on all packages
[feed/packages.git] / net / knxd / patches / 020-cdefs.patch
1 --- a/src/include/eibclient.h
2 +++ b/src/include/eibclient.h
3 @@ -27,10 +27,11 @@
4 #ifndef EIBCLIENT_H
5 #define EIBCLIENT_H
6
7 -#include <sys/cdefs.h>
8 #include <stdint.h>
9
10 -__BEGIN_DECLS;
11 +#ifdef __cplusplus
12 +extern "C" {
13 +#endif
14
15 #include "eibloadresult.h"
16
17 @@ -935,5 +936,7 @@ int EIB_Cache_LastUpdates2_async (EIBCon
18 uint32_t * end);
19
20
21 -__END_DECLS
22 +#ifdef __cplusplus
23 +}
24 +#endif
25 #endif