mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
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:
parent
8a5aa22ed8
commit
48d0135d3e
5 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue