From b5889dd04d85a361d281c79225c5008a46254bc6 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 7 Sep 2006 07:59:18 +0000 Subject: [PATCH] (mplist__serialize): Prototype adjusted. (mplist__assq): Extern it. --- src/plist.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plist.h b/src/plist.h index 24ebef2..491edf1 100644 --- a/src/plist.h +++ b/src/plist.h @@ -100,10 +100,12 @@ extern MPlist *mplist__from_alist (MPlist *plist); extern MPlist *mplist__from_string (unsigned char *str, int n); -extern int mplist__serialize (MText *mt, MPlist *plist); +extern int mplist__serialize (MText *mt, MPlist *plist, int pretty); extern MPlist *mplist__conc (MPlist *plist, MPlist *tail); extern void mplist__pop_unref (MPlist *plist); +extern MPlist *mplist__assq (MPlist *plist, MSymbol key); + #endif /* _M17N_PLIST_H_ */ -- 1.7.10.4