Make some functions static.

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4956 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-12-08 17:11:00 +00:00 committed by exg
commit 48d0135d3e
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#include "module.h"
void printformat_perl(TEXT_DEST_REC *dest, char *format, char **arglist)
static void printformat_perl(TEXT_DEST_REC *dest, char *format, char **arglist)
{
THEME_REC *theme;
char *module, *str;