Merge lp:~bregma/evemu/lp-771763 into lp:evemu

Proposed by Stephen M. Webb
Status: Merged
Approved by: Stephen M. Webb
Approved revision: 46
Merged at revision: 46
Proposed branch: lp:~bregma/evemu/lp-771763
Merge into: lp:evemu
Diff against target: 23 lines (+8/-0)
1 file modified
include/evemu.h (+8/-0)
To merge this branch: bzr merge lp:~bregma/evemu/lp-771763
Reviewer Review Type Date Requested Status
Jussi Pakkanen (community) Approve
Review via email: mp+94493@code.launchpad.net

Description of the change

The original fix for this bug seems to have been overwritten at some point. Here it is again, for posterity.

Fixes lp:771763 (again).

To post a comment you must log in.
Revision history for this message
Jussi Pakkanen (jpakkane) wrote :

Yes (again).

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'include/evemu.h'
2--- include/evemu.h 2011-05-17 14:01:48 +0000
3+++ include/evemu.h 2012-02-24 03:37:18 +0000
4@@ -47,6 +47,10 @@
5 #include <errno.h>
6 #include <linux/input.h>
7
8+#ifdef __cplusplus
9+extern "C" {
10+#endif
11+
12 #define EVEMU_VERSION 0x00010000
13
14 /**
15@@ -389,4 +393,8 @@
16 */
17 void evemu_destroy(int fd);
18
19+#ifdef __cplusplus
20+}
21+#endif
22+
23 #endif

Subscribers

People subscribed via source and target branches