mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
7433dafcb1
get autoconnecting work with dynamically loaded chat protocols. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2062 dbcabf3a-b0e7-0310-adc4-f8d773084564
7 lines
77 B
C
7 lines
77 B
C
#ifndef __AUTORUN_H
|
|
#define __AUTORUN_H
|
|
|
|
void autorun_startup(void);
|
|
|
|
#endif
|