mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
/UPGRADE - upgrade-on-the-fly feature. Currently only moves the active
server connections to the new irssi process, but that should be enough to never quit from IRC again :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2070 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ff2357f16b
commit
bbbb36cf19
11 changed files with 366 additions and 6 deletions
9
src/core/session.h
Normal file
9
src/core/session.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef __SESSION_H
|
||||
#define __SESSION_H
|
||||
|
||||
void session_set_binary(const char *path);
|
||||
|
||||
void session_init(void);
|
||||
void session_deinit(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue