mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
Renamed source file wee-session to wee-upgrade
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#include "wee-hook.h"
|
||||
#include "wee-input.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-session.h"
|
||||
#include "wee-upgrade.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "wee-list.h"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* wee-session.c: save/restore session data */
|
||||
/* wee-upgrade.c: save/restore session data */
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
@@ -34,7 +34,7 @@
|
||||
#endif*/
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-session.h"
|
||||
#include "wee-upgrade.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-utf8.h"
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __WEECHAT_SESSION_H
|
||||
#define __WEECHAT_SESSION_H 1
|
||||
#ifndef __WEECHAT_UPGRADE_H
|
||||
#define __WEECHAT_UPGRADE_H 1
|
||||
|
||||
#define WEECHAT_SESSION_NAME "weechat_session.bin"
|
||||
|
||||
@@ -202,4 +202,4 @@ enum t_session_hotlist
|
||||
int session_save (char *filename);
|
||||
int session_load (char *filename);
|
||||
|
||||
#endif /* wee-session.h */
|
||||
#endif /* wee-upgrade.h */
|
||||
|
||||
+1
-1
@@ -57,7 +57,7 @@
|
||||
#include "wee-config.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-session.h"
|
||||
#include "wee-upgrade.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "wee-util.h"
|
||||
|
||||
Reference in New Issue
Block a user