From 6821da54f8de36af6f553e2f45c23c90abc7e31e Mon Sep 17 00:00:00 2001 From: Mark Musone Date: Fri, 27 Aug 1999 04:22:39 +0000 Subject: lets not make global functions unless we need to..actually this should be taken out someday --- ext/imap/imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/imap/imap.c') diff --git a/ext/imap/imap.c b/ext/imap/imap.c index 13a768c45a..abb018b6c5 100644 --- a/ext/imap/imap.c +++ b/ext/imap/imap.c @@ -180,7 +180,7 @@ MAILSTREAM *mail_close_it (pils *imap_le_struct) return ret; } -inline int add_assoc_object(pval *arg, char *key, pval *tmp) +static int add_assoc_object(pval *arg, char *key, pval *tmp) { HashTable *symtable; -- cgit v1.2.1