From aae50903663d6ef74e305090d58d1d8faf631a4a Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 29 Mar 2004 03:58:40 +0000 Subject: [PATCH] (mplist__deserialize): Don't extern it. --- src/plist.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plist.h b/src/plist.h index 372a3e6..10c175c 100644 --- a/src/plist.h +++ b/src/plist.h @@ -91,7 +91,4 @@ extern MPlist *mplist__from_string (unsigned char *str, int n); extern int mplist__serialize (MText *mt, MPlist *plist); -extern MPlist *mplist__deserialize (MText *mt); - - #endif /* _M17N_PLIST_H_ */ -- 1.7.10.4