Translated using Weblate.
[gammu.git] / include / gammu.h
blob57b8497c8c4f2cb6d1417732bcec363998e2581d
1 /**
2 * \file gammu.h
3 * \author Michal Čihař
5 * Top level include for applications.
6 */
7 #ifndef __gammu_gammu_h
8 #define __gammu_gammu_h
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
14 #include <gammu-types.h>
15 #include <gammu-statemachine.h>
16 #include <gammu-error.h>
17 #include <gammu-inifile.h>
18 #include <gammu-backup.h>
19 #include <gammu-config.h>
20 #include <gammu-nokia.h>
21 #include <gammu-call.h>
22 #include <gammu-security.h>
23 #include <gammu-keys.h>
24 #include <gammu-call.h>
25 #include <gammu-calendar.h>
26 #include <gammu-callback.h>
27 #include <gammu-category.h>
28 #include <gammu-message.h>
29 #include <gammu-file.h>
30 #include <gammu-ringtone.h>
31 #include <gammu-info.h>
32 #include <gammu-unicode.h>
33 #include <gammu-misc.h>
34 #include <gammu-debug.h>
36 #ifdef __cplusplus
38 #endif
39 #endif
40 /* Editor configuration
41 * vim: noexpandtab sw=8 ts=8 sts=8 tw=72: