]> git.pld-linux.org Git - packages/mailutils.git/blob - mailutils-extern.patch
- updated to 3.8
[packages/mailutils.git] / mailutils-extern.patch
1 --- mailutils-3.8/libmailutils/wordsplit/wordsplit.h.orig       2019-07-23 06:36:52.000000000 +0200
2 +++ mailutils-3.8/libmailutils/wordsplit/wordsplit.h    2019-11-08 21:28:14.865027949 +0100
3 @@ -19,6 +19,10 @@
4  
5  #include <stddef.h>
6  
7 +#ifdef __cplusplus
8 +extern "C" {
9 +#endif
10 +
11  typedef struct wordsplit wordsplit_t;
12  
13  /* Structure used to direct the splitting.  Members marked with [Input]
14 @@ -303,4 +307,8 @@
15  
16  void wordsplit_clearerr (wordsplit_t *ws);
17  
18 +#ifdef __cplusplus
19 +}
20 +#endif
21 +
22  #endif
This page took 0.077478 seconds and 3 git commands to generate.