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
=== modified file 'lib/include/waudio.h'
--- lib/include/waudio.h 2013-02-08 07:31:26 +0000
+++ lib/include/waudio.h 2013-08-07 00:47:23 +0000
@@ -18,6 +18,10 @@
18#ifndef WAUDIO_H18#ifndef WAUDIO_H
19#define WAUDIO_H19#define WAUDIO_H
2020
21#ifdef __cplusplus
22extern "C" {
23#endif
24
21#include <stdint.h>25#include <stdint.h>
22#include <stddef.h>26#include <stddef.h>
2327
@@ -479,5 +483,8 @@
479483
480status_type AudioSystem_getStreamVolume(audio_stream_type_t streamtype, float *value, int output);484status_type AudioSystem_getStreamVolume(audio_stream_type_t streamtype, float *value, int output);
481485
486#ifdef __cplusplus
487}
482#endif488#endif
483489
490#endif

Subscribers

People subscribed via source and target branches