From 9e81baf8352b3d525c9a1459f28dae6b540988e3 Mon Sep 17 00:00:00 2001 From: in2 Date: Tue, 4 Jun 2002 13:08:35 +0000 Subject: global variable move to var.c git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@280 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/lovepaper.c | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'mbbsd/lovepaper.c') diff --git a/mbbsd/lovepaper.c b/mbbsd/lovepaper.c index f4b8b56c..4c96f461 100644 --- a/mbbsd/lovepaper.c +++ b/mbbsd/lovepaper.c @@ -1,21 +1,7 @@ -/* $Id: lovepaper.c,v 1.4 2002/05/25 11:18:11 ptt Exp $ */ -#include -#include -#include -#include -#include -#include -#include "config.h" -#include "pttstruct.h" -#include "modes.h" -#include "common.h" -#include "proto.h" - +/* $Id: lovepaper.c,v 1.5 2002/06/04 13:08:33 in2 Exp $ */ +#include "bbs.h" #define DATA "etc/lovepaper.dat" -extern userec_t cuser; -extern time_t now; - int x_love() { char buf1[200], save_title[TTLEN + 1]; char receiver[61], path[STRLEN] = "home/"; -- cgit v1.2.3