aboutsummaryrefslogtreecommitdiff
path: root/src/importldif.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-17 07:09:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-17 07:09:27 +0000
commitf7027562c816a9e975991020588547dae50efc15 (patch)
tree3ee185d6bb37ebdd85f7f1003a8225304710730e /src/importldif.h
parentf5a0e4f278175802371808947f67d6d8991bc381 (diff)
modified ldif parser. Fixed OE import on startup.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2672 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/importldif.h')
-rw-r--r--src/importldif.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/importldif.h b/src/importldif.h
index 5e648b34..2cc10e3b 100644
--- a/src/importldif.h
+++ b/src/importldif.h
@@ -26,6 +26,9 @@
/* Function prototypes */
AddressBookFile *addressbook_imp_ldif( AddressIndex *addrIndex );
+AddressBookFile *addressbook_imp_ldif_file( AddressIndex *addrIndex,
+ const gchar *file,
+ const gchar *book_name );
#endif /* __IMPORT_LDIF_H__ */