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:
Timo Sirainen 2001-12-03 17:05:09 +00:00 committed by cras
commit 9f5c181936
3 changed files with 13 additions and 1 deletions

View file

@ -40,6 +40,8 @@ struct PROCESS_REC {
unsigned int silent:1; /* don't print "process exited with level xx" */
};
extern GSList *processes;
void fe_exec_init(void);
void fe_exec_deinit(void);