summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/service/backup/backtext.h
Unidiff
Diffstat (limited to 'gammu/emb/common/service/backup/backtext.h') (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/common/service/backup/backtext.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/gammu/emb/common/service/backup/backtext.h b/gammu/emb/common/service/backup/backtext.h
new file mode 100644
index 0000000..a95bd89
--- a/dev/null
+++ b/gammu/emb/common/service/backup/backtext.h
@@ -0,0 +1,17 @@
1/* (c) 2003 by Marcin Wiacek */
2
3#ifndef __gsm_backtext_h
4#define __gsm_backtext_h
5
6#include "backgen.h"
7
8#ifdef GSM_ENABLE_BACKUP
9GSM_Error LoadBackup(char *FileName, GSM_Backup *backup, bool UseUnicode);
10GSM_Error SaveBackup(char *FileName, GSM_Backup *backup, bool UseUnicode);
11#endif
12
13#endif
14
15/* How should editor hadle tabs in this file? Add editor commands here.
16 * vim: noexpandtab sw=8 ts=8 sts=8:
17 */