aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-helper-audio-record.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-02 14:53:13 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-02 14:53:13 +0000
commit35cdff9fa295cae1566c5c73a388abc4966cde19 (patch)
tree4faaf676fd3fd44587c56963d24a275d44845f95 /src/conversation/gnunet-helper-audio-record.c
parentaba9e4cbbaf2e2b36f7bb08aada9ba5b540a6c1c (diff)
downloadgnunet-35cdff9fa295cae1566c5c73a388abc4966cde19.tar.gz
gnunet-35cdff9fa295cae1566c5c73a388abc4966cde19.zip
-adjust includes, add missing licenses
Diffstat (limited to 'src/conversation/gnunet-helper-audio-record.c')
-rw-r--r--src/conversation/gnunet-helper-audio-record.c36
1 files changed, 31 insertions, 5 deletions
diff --git a/src/conversation/gnunet-helper-audio-record.c b/src/conversation/gnunet-helper-audio-record.c
index 839c2f4d3..a6b97278b 100644
--- a/src/conversation/gnunet-helper-audio-record.c
+++ b/src/conversation/gnunet-helper-audio-record.c
@@ -1,8 +1,34 @@
1#include <gnunet/platform.h> 1/*
2#include <gnunet/gnunet_util_lib.h> 2 This file is part of GNUnet.
3#include "gnunet_protocols_conversation.h" 3 (C) 2013 Christian Grothoff (and other contributing authors)
4#include <gnunet/gnunet_constants.h> 4
5#include <gnunet/gnunet_core_service.h> 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19*/
20/**
21 * @file conversation/gnunet-helper-audio-playback.c
22 * @brief constants for network protocols
23 * @author Siomon Dieterle
24 * @author Andreas Fuchs
25 */
26#include "platform.h"
27#include "gnunet_util_lib.h"
28#include "gnunet_protocols.h"
29#include "conversation.h"
30#include "gnunet_constants.h"
31#include "gnunet_core_service.h"
6 32
7#include <pulse/simple.h> 33#include <pulse/simple.h>
8#include <pulse/error.h> 34#include <pulse/error.h>