~gnaservicesinc/vanquita/trunk

« back to all changes in this revision

Viewing changes to src/threads.h

  • Committer: GNAServicesInc
  • Date: 2014-01-13 23:29:31 UTC
  • Revision ID: andrew@gnaservicesinc.com-20140113232931-09mmd3502b3xxpk0
Initial Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*-  */
 
2
/********************************************************************************* 
 
3
 *     COPYRIGHT NOTICE:
 
4
 *     Copyright © 2014  Andrew Smith (GNA SERVICES INC)<Andrew@GNAServicesInc.com>
 
5
 *     All Rights Reserved.
 
6
 *
 
7
 *   This file, threads.h, is part of Vaquita.
 
8
 *
 
9
 *   Vaquita is free software: you can redistribute it and/or modify
 
10
 *   it under the terms of the GNU General Public License as published by
 
11
 *   the Free Software Foundation, either version 3 of the License, or
 
12
 *  (at your option) any later version.
 
13
 *
 
14
 *   Vaquita is distributed in the hope that it will be useful,
 
15
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
 *   GNU General Public License for more details.
 
18
 *
 
19
 *  You should have received a copy of the GNU General Public License
 
20
 *  along with tpad.  If not, see <http://www.gnu.org/licenses/>.
 
21
 ********************************************************************************/
 
22
#ifndef THREADS_H
 
23
#define THREADS_H
 
24
#include <stdio.h>
 
25
#include <unistd.h>
 
26
#include <gtk/gtk.h>
 
27
#include <dirent.h>
 
28
#include <gdk/gdk.h>
 
29
#include <glib/gstdio.h>
 
30
#include <gdk/gdkkeysyms.h>
 
31
#include <glib/gprintf.h>
 
32
#include <stdlib.h>
 
33
#include <string.h>
 
34
#include <ctype.h>
 
35
#include <libconfig.h>
 
36
#include <unistd.h>
 
37
#include <pwd.h>
 
38
#include <sys/stat.h>
 
39
#include <sys/syscall.h>
 
40
#include <sys/types.h>
 
41
#include <libintl.h>
 
42
#include <wchar.h>
 
43
#include <glib.h>
 
44
#include <glib/gi18n.h>
 
45
#include <gst/gst.h>
 
46
#include <stdbool.h>
 
47
#include <sys/wait.h>
 
48
#include <sys/time.h>
 
49
#include <time.h>
 
50
 
 
51
void push_data (gpointer data);
 
52
gpointer pop_data (void);
 
53
 
 
54
#endif
 
 
b'\\ No newline at end of file'