Made irssi_binary global and exported to perl as get_irssi_binary().

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3039 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-12-03 22:37:02 +00:00 committed by cras
commit 439818bcf8
3 changed files with 13 additions and 2 deletions

View file

@ -3,6 +3,7 @@
#include "core.h"
#include "pidwait.h"
#include "session.h"
#define DEFAULT_COMMAND_CATEGORY "Perl scripts' commands"
@ -548,6 +549,13 @@ CODE:
OUTPUT:
RETVAL
char *
get_irssi_binary()
CODE:
RETVAL = irssi_binary;
OUTPUT:
RETVAL
char *
version()
PREINIT: