summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/service/backup/backvcf.h
Side-by-side diff
Diffstat (limited to 'gammu/emb/common/service/backup/backvcf.h') (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/common/service/backup/backvcf.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/gammu/emb/common/service/backup/backvcf.h b/gammu/emb/common/service/backup/backvcf.h
new file mode 100644
index 0000000..8cbb6cf
--- a/dev/null
+++ b/gammu/emb/common/service/backup/backvcf.h
@@ -0,0 +1,17 @@
+/* (c) 2003 by Marcin Wiacek */
+
+#ifndef __gsm_backvcf_h
+#define __gsm_backvcf_h
+
+#include "backgen.h"
+
+#ifdef GSM_ENABLE_BACKUP
+GSM_Error SaveVCard(char *FileName, GSM_Backup *backup);
+GSM_Error LoadVCard(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:
+ */