summaryrefslogtreecommitdiff
path: root/src/perl/ui/Themes.xs
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2008-12-08 17:11:00 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-12-08 17:11:00 +0000
commit48d0135d3edf80a042110d0940656415c758bc63 (patch)
tree8840f69a4270c889c844e494de88492b918fed0a /src/perl/ui/Themes.xs
parent8a5aa22ed82ea33cc51758b11008a4f8a53a5857 (diff)
downloadirssi-48d0135d3edf80a042110d0940656415c758bc63.zip
Make some functions static.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4956 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/ui/Themes.xs')
-rw-r--r--src/perl/ui/Themes.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/ui/Themes.xs b/src/perl/ui/Themes.xs
index 4afd437c..76675e7b 100644
--- a/src/perl/ui/Themes.xs
+++ b/src/perl/ui/Themes.xs
@@ -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;