mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
10 lines
145 B
C
10 lines
145 B
C
|
#ifndef __SESSION_H
|
||
|
#define __SESSION_H
|
||
|
|
||
|
void session_set_binary(const char *path);
|
||
|
|
||
|
void session_init(void);
|
||
|
void session_deinit(void);
|
||
|
|
||
|
#endif
|