Gammu internals  1.38.0
backtext.h
Go to the documentation of this file.
1 /* (c) 2003 by Marcin Wiacek */
2 
3 #ifndef __gsm_backtext_h
4 #define __gsm_backtext_h
5 
6 #include <gammu-error.h>
7 #include <gammu-types.h>
8 #include <gammu-backup.h>
9 
10 #ifdef GSM_ENABLE_BACKUP
11 GSM_Error LoadBackup(const char *FileName, GSM_Backup *backup);
12 GSM_Error SaveBackup(const char *FileName, GSM_Backup *backup, gboolean UseUnicode);
13 #endif
14 
15 #endif
16 
17 /* How should editor hadle tabs in this file? Add editor commands here.
18  * vim: noexpandtab sw=8 ts=8 sts=8:
19  */
GSM_Error
Definition: gammu-error.h:23
int gboolean
Definition: gammu-types.h:23