summaryrefslogtreecommitdiff
path: root/libgammu/service/backup/backlmb.h
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2009-07-29 12:36:47 +0200
committerMichal Čihař <michal@cihar.com>2009-07-29 12:36:47 +0200
commit209b670b227941c3019397194c631717563ebc97 (patch)
treec579087158f9e5b806d96b4dee8f3f1aa9e08765 /libgammu/service/backup/backlmb.h
Imported Upstream version 1.25.0
Diffstat (limited to 'libgammu/service/backup/backlmb.h')
-rw-r--r--libgammu/service/backup/backlmb.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/libgammu/service/backup/backlmb.h b/libgammu/service/backup/backlmb.h
new file mode 100644
index 0000000..e31c901
--- /dev/null
+++ b/libgammu/service/backup/backlmb.h
@@ -0,0 +1,18 @@
+/* (c) 2003 by Marcin Wiacek */
+
+#ifndef __gsm_backlmb_h
+#define __gsm_backlmb_h
+
+#include <gammu-error.h>
+#include <gammu-backup.h>
+
+#ifdef GSM_ENABLE_BACKUP
+GSM_Error SaveLMB(char *FileName, GSM_Backup *backup);
+GSM_Error LoadLMB(char *FileName, GSM_Backup *backup);
+#endif
+
+#endif
+
+/* How should editor hadle tabs in this file? Add editor commands here.
+ * vim: noexpandtab sw=8 ts=8 sts=8:
+ */