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