1
0
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:
Sebastien Helleu
2007-10-31 18:40:22 +01:00
parent 90262cbcfe
commit 41f55965ed
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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"
+2 -2
View File
@@ -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"
+3 -3
View File
@@ -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
View File
@@ -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"