Merge lp:~rsalveti/android-audiosystem/adding-extern-waudio-header into lp:android-audiosystem

Proposed by Ricardo Salveti
Status: Merged
Approved by: Tiago Salem Herrmann
Approved revision: 51
Merged at revision: 51
Proposed branch: lp:~rsalveti/android-audiosystem/adding-extern-waudio-header
Merge into: lp:android-audiosystem
Diff against target: 23 lines (+7/-0)
1 file modified
lib/include/waudio.h (+7/-0)
To merge this branch: bzr merge lp:~rsalveti/android-audiosystem/adding-extern-waudio-header
Reviewer Review Type Date Requested Status
Tiago Salem Herrmann (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+178870@code.launchpad.net

Commit message

waudio.h: adding external C

Description of the change

waudio.h: adding external C

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Tiago Salem Herrmann (tiagosh) wrote :

+1
looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/include/waudio.h'
2--- lib/include/waudio.h 2013-02-08 07:31:26 +0000
3+++ lib/include/waudio.h 2013-08-07 00:47:23 +0000
4@@ -18,6 +18,10 @@
5 #ifndef WAUDIO_H
6 #define WAUDIO_H
7
8+#ifdef __cplusplus
9+extern "C" {
10+#endif
11+
12 #include <stdint.h>
13 #include <stddef.h>
14
15@@ -479,5 +483,8 @@
16
17 status_type AudioSystem_getStreamVolume(audio_stream_type_t streamtype, float *value, int output);
18
19+#ifdef __cplusplus
20+}
21 #endif
22
23+#endif

Subscribers

People subscribed via source and target branches