mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
fix missing wrapping of line in signals
This commit is contained in:
parent
40ed4122b1
commit
468d8b0c78
4 changed files with 60 additions and 5 deletions
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
typedef void (*PERL_OBJECT_FUNC) (HV *hv, void *object);
|
||||
|
||||
typedef SV *(*PERL_BLESS_FUNC)(void *object, void *arg1, void *arg2, void *arg3);
|
||||
|
||||
typedef struct {
|
||||
char *name;
|
||||
PERL_OBJECT_FUNC fill_func;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue