aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_speaker_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_speaker_lib.h')
-rw-r--r--src/include/gnunet_speaker_lib.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/gnunet_speaker_lib.h b/src/include/gnunet_speaker_lib.h
index 261ea5981..71a7c2166 100644
--- a/src/include/gnunet_speaker_lib.h
+++ b/src/include/gnunet_speaker_lib.h
@@ -81,7 +81,8 @@ typedef void (*GNUNET_SPEAKER_PlayCallback)(void *cls,
81/** 81/**
82 * A speaker is a device that can play or record audio data. 82 * A speaker is a device that can play or record audio data.
83 */ 83 */
84struct GNUNET_SPEAKER_Handle { 84struct GNUNET_SPEAKER_Handle
85{
85 /** 86 /**
86 * Turn on the speaker. 87 * Turn on the speaker.
87 */ 88 */
@@ -117,7 +118,8 @@ struct GNUNET_SPEAKER_Handle {
117 * @return NULL on error 118 * @return NULL on error
118 */ 119 */
119struct GNUNET_SPEAKER_Handle * 120struct GNUNET_SPEAKER_Handle *
120GNUNET_SPEAKER_create_from_hardware(const struct GNUNET_CONFIGURATION_Handle *cfg); 121GNUNET_SPEAKER_create_from_hardware (const struct
122 GNUNET_CONFIGURATION_Handle *cfg);
121 123
122 124
123/** 125/**
@@ -126,7 +128,7 @@ GNUNET_SPEAKER_create_from_hardware(const struct GNUNET_CONFIGURATION_Handle *cf
126 * @param speaker speaker to destroy 128 * @param speaker speaker to destroy
127 */ 129 */
128void 130void
129GNUNET_SPEAKER_destroy(struct GNUNET_SPEAKER_Handle *speaker); 131GNUNET_SPEAKER_destroy (struct GNUNET_SPEAKER_Handle *speaker);
130 132
131 133
132#if 0 /* keep Emacsens' auto-indent happy */ 134#if 0 /* keep Emacsens' auto-indent happy */