mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
7 lines
77 B
C
7 lines
77 B
C
|
#ifndef __AUTORUN_H
|
||
|
#define __AUTORUN_H
|
||
|
|
||
|
void autorun_startup(void);
|
||
|
|
||
|
#endif
|