mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
Signal fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@767 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e23760fb25
commit
ac6bfeba1f
3 changed files with 94 additions and 97 deletions
|
|
@ -4,6 +4,9 @@
|
|||
#define new_pv(a) \
|
||||
(newSVpv((a) == NULL ? "" : (a), (a) == NULL ? 0 : strlen(a)))
|
||||
|
||||
#define new_bless(obj, stash) \
|
||||
sv_bless(newRV_noinc(newSViv(GPOINTER_TO_INT(obj))), stash)
|
||||
|
||||
extern GHashTable *perl_stashes;
|
||||
|
||||
HV *irssi_get_stash_item(int type, int chat_type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue