aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_speaker_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-02 19:29:22 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-02 19:29:22 +0000
commit0834bf4d6fdf19ab410c01c02e65fcda8a5e5ebc (patch)
tree2410199dfb90c0ef4d12fc749f30f88e9bfda9b8 /src/include/gnunet_speaker_lib.h
parentec9740ca2ca84525842e6743b45ceb9cb2a3ea95 (diff)
downloadgnunet-0834bf4d6fdf19ab410c01c02e65fcda8a5e5ebc.tar.gz
gnunet-0834bf4d6fdf19ab410c01c02e65fcda8a5e5ebc.zip
-implement microphone library
Diffstat (limited to 'src/include/gnunet_speaker_lib.h')
-rw-r--r--src/include/gnunet_speaker_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_speaker_lib.h b/src/include/gnunet_speaker_lib.h
index 567b984e0..7a6eb028b 100644
--- a/src/include/gnunet_speaker_lib.h
+++ b/src/include/gnunet_speaker_lib.h
@@ -40,8 +40,9 @@ extern "C"
40 * Function that enables a speaker. 40 * Function that enables a speaker.
41 * 41 *
42 * @param cls clsoure 42 * @param cls clsoure
43 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
43 */ 44 */
44typedef void (*GNUNET_SPEAKER_EnableCallback)(void *cls); 45typedef int (*GNUNET_SPEAKER_EnableCallback)(void *cls);
45 46
46/** 47/**
47 * Function that disables a speaker. 48 * Function that disables a speaker.