mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
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:
parent
3c2aec1214
commit
439818bcf8
3 changed files with 13 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue