Updates for splitting structures
This commit is contained in:
46
lib/Makefile
46
lib/Makefile
@@ -109,22 +109,22 @@ client.o: libs.h clcomm.h
|
||||
crc.o: libs.h clcomm.h
|
||||
semafore.o: libs.h structs.h clcomm.h common.h
|
||||
signame.o: libs.h clcomm.h
|
||||
attach.o: libs.h structs.h records.h clcomm.h common.h
|
||||
attach.o: libs.h structs.h users.h records.h clcomm.h common.h
|
||||
charconv_utf.o: libs.h structs.h common.h
|
||||
falists.o: libs.h structs.h clcomm.h common.h
|
||||
hdr.o: libs.h structs.h common.h
|
||||
msgflags.o: libs.h structs.h clcomm.h common.h
|
||||
parsedate.o: libs.h structs.h common.h
|
||||
rfcmsg.o: libs.h structs.h records.h common.h clcomm.h
|
||||
unpacker.o: libs.h structs.h records.h clcomm.h common.h
|
||||
rfcmsg.o: libs.h structs.h users.h records.h common.h clcomm.h
|
||||
unpacker.o: libs.h structs.h users.h records.h clcomm.h common.h
|
||||
batchrd.o: libs.h structs.h clcomm.h common.h
|
||||
charset.o: libs.h structs.h common.h clcomm.h
|
||||
ftn.o: libs.h structs.h records.h clcomm.h dbftn.h common.h
|
||||
nodelist.o: libs.h structs.h records.h clcomm.h common.h
|
||||
pktname.o: libs.h structs.h records.h clcomm.h common.h
|
||||
ftn.o: libs.h structs.h users.h records.h clcomm.h dbftn.h common.h
|
||||
nodelist.o: libs.h structs.h users.h records.h clcomm.h common.h
|
||||
pktname.o: libs.h structs.h users.h records.h clcomm.h common.h
|
||||
mangle.o: libs.h structs.h clcomm.h common.h
|
||||
charconv.o: libs.h structs.h records.h common.h clcomm.h
|
||||
dostran.o: libs.h structs.h records.h common.h
|
||||
charconv.o: libs.h structs.h users.h records.h common.h clcomm.h
|
||||
dostran.o: libs.h structs.h users.h records.h common.h
|
||||
ftnmsg.o: libs.h structs.h common.h clcomm.h
|
||||
mbfile.o: libs.h structs.h clcomm.h common.h
|
||||
nodelock.o: libs.h structs.h clcomm.h common.h
|
||||
@@ -132,31 +132,31 @@ rawio.o: libs.h structs.h common.h
|
||||
strcasestr.o: libs.h
|
||||
charconv_hz.o: libs.h structs.h common.h clcomm.h
|
||||
execute.o: libs.h structs.h clcomm.h common.h
|
||||
expipe.o: libs.h structs.h records.h clcomm.h common.h
|
||||
getheader.o: libs.h structs.h records.h clcomm.h common.h
|
||||
expipe.o: libs.h structs.h clcomm.h common.h
|
||||
getheader.o: libs.h structs.h users.h records.h clcomm.h common.h
|
||||
mime.o: libs.h structs.h clcomm.h common.h
|
||||
noderecord.o: libs.h structs.h records.h dbnode.h common.h
|
||||
rfcaddr.o: libs.h structs.h records.h clcomm.h common.h
|
||||
noderecord.o: libs.h structs.h users.h records.h dbnode.h common.h
|
||||
rfcaddr.o: libs.h structs.h users.h records.h clcomm.h common.h
|
||||
strutil.o: libs.h structs.h common.h
|
||||
charconv_jp.o: libs.h structs.h common.h
|
||||
faddr.o: libs.h structs.h common.h
|
||||
gmtoffset.o: libs.h structs.h common.h
|
||||
packet.o: libs.h structs.h records.h clcomm.h common.h dbnode.h
|
||||
packet.o: libs.h structs.h users.h records.h clcomm.h common.h dbnode.h
|
||||
rfcdate.o: libs.h structs.h common.h clcomm.h
|
||||
term.o: libs.h structs.h ansi.h records.h common.h
|
||||
dbcfg.o: libs.h mbse.h structs.h records.h dbcfg.h
|
||||
term.o: libs.h structs.h users.h ansi.h records.h common.h
|
||||
dbcfg.o: libs.h mbse.h structs.h users.h records.h dbcfg.h
|
||||
dbdupe.o: libs.h structs.h clcomm.h dbdupe.h
|
||||
dbftn.o: libs.h structs.h records.h dbcfg.h dbftn.h
|
||||
dbmsgs.o: libs.h structs.h records.h clcomm.h dbcfg.h dbmsgs.h
|
||||
dbnode.o: libs.h structs.h records.h clcomm.h dbcfg.h dbnode.h
|
||||
dbtic.o: libs.h structs.h records.h clcomm.h dbcfg.h dbtic.h
|
||||
dbuser.o: libs.h structs.h records.h dbcfg.h dbuser.h
|
||||
dbftn.o: libs.h structs.h users.h records.h dbcfg.h dbftn.h
|
||||
dbmsgs.o: libs.h structs.h users.h records.h clcomm.h dbcfg.h dbmsgs.h
|
||||
dbnode.o: libs.h structs.h users.h records.h clcomm.h dbcfg.h dbnode.h
|
||||
dbtic.o: libs.h structs.h users.h records.h clcomm.h dbcfg.h dbtic.h
|
||||
dbuser.o: libs.h structs.h users.h records.h dbcfg.h dbuser.h
|
||||
jammsg.o: libs.h clcomm.h msgtext.h msg.h jam.h jammsg.h
|
||||
msg.o: libs.h msgtext.h msg.h jammsg.h
|
||||
msgtext.o: libs.h msgtext.h msg.h
|
||||
nntp.o: libs.h structs.h records.h clcomm.h mbinet.h
|
||||
pop3.o: libs.h structs.h records.h clcomm.h mbinet.h
|
||||
smtp.o: libs.h structs.h records.h clcomm.h mbinet.h
|
||||
nntp.o: libs.h structs.h users.h records.h clcomm.h mbinet.h
|
||||
pop3.o: libs.h structs.h users.h records.h clcomm.h mbinet.h
|
||||
smtp.o: libs.h structs.h users.h records.h clcomm.h mbinet.h
|
||||
memwatch.o: ../config.h ../config.h libs.h memwatch.h
|
||||
ftscprod.o: libs.h structs.h common.h
|
||||
# End of generated dependencies
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: common/attach.c
|
||||
* $Id$
|
||||
* Purpose ...............: Attach files to outbound
|
||||
* Last modification date : 25-Jul-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -31,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "common.h"
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Purpose ...............: Common utilities - character set conversion
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "common.h"
|
||||
#include "clcomm.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: dbcfg.c
|
||||
* $Id$
|
||||
* Purpose ...............: Config Database.
|
||||
* Last modification date : 25-Aug-2000
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2000
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -32,6 +31,7 @@
|
||||
#include "libs.h"
|
||||
#include "mbse.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "dbcfg.h"
|
||||
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: dbftn.c
|
||||
* $Id$
|
||||
* Purpose ...............: Fidonetrecord Access
|
||||
* Last modification date : 18-Mar-2000
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2000
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -31,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "dbcfg.h"
|
||||
#include "dbftn.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: dbmsgs.c
|
||||
* $Id$
|
||||
* Purpose ...............: Message areas record Access
|
||||
* Last modification date : 14-Apr-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -31,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "dbcfg.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: dbnode.c
|
||||
* $Id$
|
||||
* Purpose ...............: Noderecord Access
|
||||
* Last modification date : 11-Mar-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -31,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "dbcfg.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: dbtic.c
|
||||
* $Id$
|
||||
* Purpose ...............: Tic areas record Access
|
||||
* Last modification date : 25-Aug-2000
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2000
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -31,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "dbcfg.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: dbuser.c
|
||||
* $id$
|
||||
* Purpose ...............: Userrecord Access
|
||||
* Last modification date : 29-Jul-2000
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2000
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -31,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "dbcfg.h"
|
||||
#include "dbuser.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: dostran.c
|
||||
* $Id$
|
||||
* Purpose ...............: DOS to Unix filename translation
|
||||
* Last modification date : 25-Aug-2000
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2000
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -31,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "common.h"
|
||||
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: expipe.c
|
||||
* $Id$
|
||||
* Purpose ...............: MBSE BBS Execute pipe
|
||||
* Last modification date : 22-Apr-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -31,7 +30,6 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "common.h"
|
||||
|
||||
|
@@ -1,12 +1,11 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: ftn.c
|
||||
* $Id$
|
||||
* Purpose ...............: Fidonet Technology Network functions
|
||||
* Last modification date : 25-Mar-2001
|
||||
* Remark ................: From ifmail with patches from P.Saratxaga
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -34,6 +33,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "dbftn.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: getheader.c
|
||||
* $Id$
|
||||
* Purpose ...............: Read fidonet .pkt header
|
||||
* Last modification date : 29-Jun-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -33,6 +32,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "common.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: nntp.c
|
||||
* $Id$
|
||||
* Purpose ...............: MBSE BBS Internet Library
|
||||
* Last modification date : 01-Jul-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -31,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "mbinet.h"
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Purpose ...............: Read nodelists information
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "common.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: noderecord.c
|
||||
* $Id$
|
||||
* Purpose ...............: Load noderecord
|
||||
* Last modification date : 11-Mar-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -31,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "dbnode.h"
|
||||
#include "common.h"
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Purpose ...............: Fidonet mailer
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "common.h"
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Purpose ...............: BinkleyTerm outbound naming
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "common.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: pop3.c
|
||||
* $Id$
|
||||
* Purpose ...............: MBSE BBS Internet Library
|
||||
* Last modification date : 12-Feb-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -31,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "mbinet.h"
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Purpose ...............: MBSE BBS Common Library - RFC address functions
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "common.h"
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Purpose ...............: RFC msg
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "common.h"
|
||||
#include "clcomm.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: smtp.c
|
||||
* $Id$
|
||||
* Purpose ...............: MBSE BBS Internet Library
|
||||
* Last modification date : 23-Apr-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -31,6 +30,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "mbinet.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: term.c
|
||||
* $Id$
|
||||
* Purpose ...............: Terminal output routines.
|
||||
* Last modification date : 03-Feb-2000
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2000
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -33,6 +32,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "ansi.h"
|
||||
#include "records.h"
|
||||
#include "common.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: unpacker.c
|
||||
* $Id$
|
||||
* Purpose ...............: Archive unpacker
|
||||
* Last modification date : 25-Aug-2000
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2000
|
||||
* Copyright (C) 1997-2002
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -33,6 +32,7 @@
|
||||
|
||||
#include "libs.h"
|
||||
#include "structs.h"
|
||||
#include "users.h"
|
||||
#include "records.h"
|
||||
#include "clcomm.h"
|
||||
#include "common.h"
|
||||
|
Reference in New Issue
Block a user