mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Added processes to be extern instead of static. Also added Irssi::processes()
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2182 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
bad59362d3
commit
9f5c181936
3 changed files with 13 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#include <signal.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
static GSList *processes;
|
||||
GSList *processes;
|
||||
static int signal_exec_input;
|
||||
|
||||
static void exec_wi_destroy(EXEC_WI_REC *rec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue