mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
6 lines
77 B
C
6 lines
77 B
C
|
|
#ifndef __AUTORUN_H
|
||
|
|
#define __AUTORUN_H
|
||
|
|
|
||
|
|
void autorun_startup(void);
|
||
|
|
|
||
|
|
#endif
|