From 598b6c260015a0a81a6f23756da240c8e9196342 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Wed, 13 Feb 2002 20:08:35 +0000 Subject: [PATCH] Added new sourcefiles --- mbfido/Makefile | 20 +++++++++++--------- mbfido/createf.c | 38 ++++++++++++++++++++++++++++++++++++++ mbfido/createf.h | 9 +++++++++ mbfido/createm.c | 38 ++++++++++++++++++++++++++++++++++++++ mbfido/createm.h | 9 +++++++++ 5 files changed, 105 insertions(+), 9 deletions(-) create mode 100644 mbfido/createf.c create mode 100644 mbfido/createf.h create mode 100644 mbfido/createm.c create mode 100644 mbfido/createm.h diff --git a/mbfido/Makefile b/mbfido/Makefile index d27f1601..06348b14 100644 --- a/mbfido/Makefile +++ b/mbfido/Makefile @@ -13,7 +13,8 @@ SRCS = addbbs.c backalias.c flock.c hatch.c mbdiff.c mgrutil.c pack.c \ mbmsg.c newspost.c postemail.c scan.c toberep.c atoul.c filemgr.c \ hash.c mbaff.c mbseq.c notify.c postnetmail.c scannews.c tosspkt.c \ mbfkill.c mbfutil.c mbfindex.c mbfcheck.c mbfpack.c mbflist.c mbfadopt.c \ - mbfimport.c virscan.c mbftoberep.c mbfmove.c mbfdel.c bounce.c + mbfimport.c virscan.c mbftoberep.c mbfmove.c mbfdel.c bounce.c \ + createm.c createf.c HDRS = addbbs.h backalias.h flock.h hatch.h mbdiff.h mgrutil.h pack.h \ postnetmail.h scannews.h tosspkt.h addpkt.h bwrite.h forward.h \ lhash.h mbfido.h mkftnhdr.h paths.h ptic.h sendmail.h tracker.h \ @@ -23,14 +24,15 @@ HDRS = addbbs.h backalias.h flock.h hatch.h mbdiff.h mgrutil.h pack.h \ grlist.h maketags.h mbmsg.h newspost.h postecho.h rollover.h tic.h \ atoul.h filemgr.h hash.h mbaff.h mbseq.h notify.h postemail.h scan.h toberep.h \ mbfkill.h mbfutil.h mbfindex.h mbfcheck.h mbfpack.h mbflist.h mbfadopt.h \ - mbfimport.h virscan.h mbftoberep.h mbfmove.h mbfdel.h bounce.h -MBFIDO_OBJS = flock.o tosspkt.o mbfido.o hatch.o maketags.o virscan.o \ - tracker.o makestat.o scannews.o lhash.o bounce.o \ - pack.o ulock.o tic.o ptic.o utic.o mover.o hash.o mkftnhdr.o \ - addbbs.o magic.o fsort.o toberep.o ftn2rfc.o atoul.o ping.o \ - cookie.o forward.o sendmail.o scan.o addpkt.o storenet.o storeecho.o \ - areamgr.o filemgr.o notify.o mgrutil.o rollover.o bwrite.o rfc2ftn.o \ - rnews.o newspost.o aliasdb.o postemail.o postnetmail.o postecho.o backalias.o + mbfimport.h virscan.h mbftoberep.h mbfmove.h mbfdel.h bounce.h \ + createm.h createf.h +MBFIDO_OBJS = flock.o tosspkt.o mbfido.o hatch.o maketags.o virscan.o tracker.o \ + makestat.o scannews.o lhash.o bounce.o pack.o ulock.o tic.o ptic.o \ + utic.o mover.o hash.o mkftnhdr.o addbbs.o magic.o fsort.o toberep.o \ + ftn2rfc.o atoul.o ping.o cookie.o forward.o sendmail.o scan.o addpkt.o \ + storenet.o storeecho.o areamgr.o filemgr.o notify.o mgrutil.o rollover.o \ + bwrite.o rfc2ftn.o rnews.o newspost.o aliasdb.o postemail.o postnetmail.o \ + postecho.o backalias.o createm.o createf.o MBSEQ_OBJS = mbseq.o MBAFF_OBJS = announce.o fflist.o filefind.o grlist.o mbaff.o msgutil.o MBINDEX_OBJS = mbindex.o diff --git a/mbfido/createf.c b/mbfido/createf.c new file mode 100644 index 00000000..4edab496 --- /dev/null +++ b/mbfido/createf.c @@ -0,0 +1,38 @@ +/***************************************************************************** + * + * $Id$ + * Purpose ...............: Create TIC Area and BBS file area. + * + ***************************************************************************** + * Copyright (C) 1997-2002 + * + * Michiel Broek FIDO: 2:280/2802 + * Beekmansbos 10 + * 1971 BV IJmuiden + * the Netherlands + * + * This file is part of MBSE BBS. + * + * This BBS is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2, or (at your option) any + * later version. + * + * MBSE BBS is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with MBSE BBS; see the file COPYING. If not, write to the Free + * Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + *****************************************************************************/ + +#include "../lib/libs.h" +#include "../lib/structs.h" +#include "../lib/users.h" +#include "../lib/records.h" +#include "../lib/common.h" +#include "../lib/clcomm.h" +#include "createm.h" + diff --git a/mbfido/createf.h b/mbfido/createf.h new file mode 100644 index 00000000..b2a736fe --- /dev/null +++ b/mbfido/createf.h @@ -0,0 +1,9 @@ +/* $Id$ */ + +#ifndef _CREATEM_H +#define _CREATEM_H + + + +#endif + diff --git a/mbfido/createm.c b/mbfido/createm.c new file mode 100644 index 00000000..6223feb2 --- /dev/null +++ b/mbfido/createm.c @@ -0,0 +1,38 @@ +/***************************************************************************** + * + * $Id$ + * Purpose ...............: Create Message Area + * + ***************************************************************************** + * Copyright (C) 1997-2002 + * + * Michiel Broek FIDO: 2:280/2802 + * Beekmansbos 10 + * 1971 BV IJmuiden + * the Netherlands + * + * This file is part of MBSE BBS. + * + * This BBS is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2, or (at your option) any + * later version. + * + * MBSE BBS is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with MBSE BBS; see the file COPYING. If not, write to the Free + * Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + *****************************************************************************/ + +#include "../lib/libs.h" +#include "../lib/structs.h" +#include "../lib/users.h" +#include "../lib/records.h" +#include "../lib/common.h" +#include "../lib/clcomm.h" +#include "createm.h" + diff --git a/mbfido/createm.h b/mbfido/createm.h new file mode 100644 index 00000000..b2a736fe --- /dev/null +++ b/mbfido/createm.h @@ -0,0 +1,9 @@ +/* $Id$ */ + +#ifndef _CREATEM_H +#define _CREATEM_H + + + +#endif +