From 8586eb4eb7101bf2e64c211dcc366fdce2a7dba5 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 5 Jun 2006 18:05:53 +0000 Subject: yet another massive performance and memory savings improvement git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32349 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/file.h') diff --git a/include/asterisk/file.h b/include/asterisk/file.h index 395b41c5d..2c2517e42 100644 --- a/include/asterisk/file.h +++ b/include/asterisk/file.h @@ -394,7 +394,7 @@ struct ast_frame *ast_readframe(struct ast_filestream *s); * Initializes all the various file stuff. Basically just registers the cli stuff * Returns 0 all the time */ -extern int ast_file_init(void); +int ast_file_init(void); #define AST_RESERVED_POINTERS 20 -- cgit v1.2.3