Remove $Id tags from everything.

These are obsolete and none have changed since 10 years gao...
This commit is contained in:
Elizabeth Myers 2016-03-06 02:46:13 -06:00
parent 5c5d0fb721
commit cbeab4bc34
203 changed files with 4 additions and 455 deletions

View file

@ -26,8 +26,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*
* $Id: bandb.c 26094 2008-09-19 15:33:46Z androsyn $
*/ */
#include "setup.h" #include "setup.h"
#include <ratbox_lib.h> #include <ratbox_lib.h>

View file

@ -1,4 +1,3 @@
/* $Id: rsdb.h 26164 2008-10-26 19:52:43Z androsyn $ */
#ifndef INCLUDED_rsdb_h #ifndef INCLUDED_rsdb_h
#define INCLUDED_rsdb_h #define INCLUDED_rsdb_h

View file

@ -5,8 +5,6 @@
* Should you choose to use and/or modify this source code, please * Should you choose to use and/or modify this source code, please
* do so under the terms of the GNU General Public License under which * do so under the terms of the GNU General Public License under which
* this library is distributed. * this library is distributed.
*
* $Id: rsdb_snprintf.c 26094 2008-09-19 15:33:46Z androsyn $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "rsdb.h" #include "rsdb.h"

View file

@ -27,8 +27,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*
* $Id: rsdb_sqlite3.c 26182 2008-11-11 02:52:41Z androsyn $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "rsdb.h" #include "rsdb.h"

View file

@ -41,7 +41,6 @@
************************************************************************* *************************************************************************
** Internal interface definitions for SQLite. ** Internal interface definitions for SQLite.
** **
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifndef _SQLITEINT_H_ #ifndef _SQLITEINT_H_
#define _SQLITEINT_H_ #define _SQLITEINT_H_
@ -70,7 +69,6 @@
** **
** This file defines various limits of what SQLite can process. ** This file defines various limits of what SQLite can process.
** **
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -436,7 +434,6 @@ SQLITE_PRIVATE void sqlite3Coverage(int);
** the version number) and changes its name to "sqlite3.h" as ** the version number) and changes its name to "sqlite3.h" as
** part of the build process. ** part of the build process.
** **
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifndef _SQLITE3_H_ #ifndef _SQLITE3_H_
#define _SQLITE3_H_ #define _SQLITE3_H_
@ -6044,7 +6041,6 @@ extern "C"
** This is the header file for the generic hash-table implemenation ** This is the header file for the generic hash-table implemenation
** used in SQLite. ** used in SQLite.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifndef _SQLITE_HASH_H_ #ifndef _SQLITE_HASH_H_
#define _SQLITE_HASH_H_ #define _SQLITE_HASH_H_
@ -6566,7 +6562,6 @@ typedef struct WhereLevel WhereLevel;
** subsystem. See comments in the source code for a detailed description ** subsystem. See comments in the source code for a detailed description
** of what each interface routine does. ** of what each interface routine does.
** **
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifndef _BTREE_H_ #ifndef _BTREE_H_
#define _BTREE_H_ #define _BTREE_H_
@ -6778,7 +6773,6 @@ SQLITE_PRIVATE void sqlite3BtreeMutexArrayInsert(BtreeMutexArray *, Btree *);
** or VDBE. The VDBE implements an abstract machine that runs a ** or VDBE. The VDBE implements an abstract machine that runs a
** simple program to access and modify the underlying database. ** simple program to access and modify the underlying database.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifndef _SQLITE_VDBE_H_ #ifndef _SQLITE_VDBE_H_
#define _SQLITE_VDBE_H_ #define _SQLITE_VDBE_H_
@ -7164,7 +7158,6 @@ SQLITE_PRIVATE void sqlite3VdbeComment(Vdbe *, const char *, ...);
** subsystem. The page cache subsystem reads and writes a file a page ** subsystem. The page cache subsystem reads and writes a file a page
** at a time and provides a journal for rollback. ** at a time and provides a journal for rollback.
** **
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifndef _PAGER_H_ #ifndef _PAGER_H_
@ -7587,7 +7580,6 @@ SQLITE_PRIVATE sqlite3_vfs *sqlite3OsDefaultVfs(void);
** Source files should #include the sqliteInt.h file and let that file ** Source files should #include the sqliteInt.h file and let that file
** include this one indirectly. ** include this one indirectly.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
@ -9505,7 +9497,6 @@ SQLITE_PRIVATE void (*sqlite3IoTrace) (const char *, ...);
** sqlite3RegisterDateTimeFunctions() found at the bottom of the file. ** sqlite3RegisterDateTimeFunctions() found at the bottom of the file.
** All other code has file scope. ** All other code has file scope.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
** **
** SQLite processes all times and dates as Julian Day numbers. The ** SQLite processes all times and dates as Julian Day numbers. The
** dates and times are stored as the number of days since noon ** dates and times are stored as the number of days since noon
@ -11276,7 +11267,6 @@ sqlite3FaultStep(int id)
** This file contains the C functions that implement a memory ** This file contains the C functions that implement a memory
** allocation subsystem for use by SQLite. ** allocation subsystem for use by SQLite.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -11551,7 +11541,6 @@ sqlite3_realloc(void *pPrior, int nBytes)
** This file contains the C functions that implement a memory ** This file contains the C functions that implement a memory
** allocation subsystem for use by SQLite. ** allocation subsystem for use by SQLite.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -12121,7 +12110,6 @@ sqlite3MemdebugMallocCount()
** This version of the memory allocation subsystem is used if ** This version of the memory allocation subsystem is used if
** and only if SQLITE_MEMORY_SIZE is defined. ** and only if SQLITE_MEMORY_SIZE is defined.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -12891,7 +12879,6 @@ sqlite3MemdebugDump(const char *zFilename)
** This version of the memory allocation subsystem is used if ** This version of the memory allocation subsystem is used if
** and only if SQLITE_POW2_MEMORY_SIZE is defined. ** and only if SQLITE_POW2_MEMORY_SIZE is defined.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -13485,7 +13472,6 @@ sqlite3MemdebugDump(const char *zFilename)
** implementation is suitable for testing. ** implementation is suitable for testing.
** debugging purposes ** debugging purposes
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifdef SQLITE_MUTEX_NOOP_DEBUG #ifdef SQLITE_MUTEX_NOOP_DEBUG
@ -13624,7 +13610,6 @@ sqlite3_mutex_notheld(sqlite3_mutex * p)
************************************************************************* *************************************************************************
** This file contains the C functions that implement mutexes for OS/2 ** This file contains the C functions that implement mutexes for OS/2
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -13915,7 +13900,6 @@ sqlite3_mutex_notheld(sqlite3_mutex * p)
************************************************************************* *************************************************************************
** This file contains the C functions that implement mutexes for pthreads ** This file contains the C functions that implement mutexes for pthreads
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -14257,7 +14241,6 @@ sqlite3_mutex_notheld(sqlite3_mutex * p)
************************************************************************* *************************************************************************
** This file contains the C functions that implement mutexes for win32 ** This file contains the C functions that implement mutexes for win32
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -14509,7 +14492,6 @@ sqlite3_mutex_notheld(sqlite3_mutex * p)
** Memory allocation functions used throughout sqlite. ** Memory allocation functions used throughout sqlite.
** **
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -15956,7 +15938,6 @@ sqlite3DebugPrintf(const char *zFormat, ...)
** Random numbers are used by some of the database backends in order ** Random numbers are used by some of the database backends in order
** to generate random integer keys for tables or random filenames. ** to generate random integer keys for tables or random filenames.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
@ -16094,7 +16075,6 @@ sqlite3PrngResetState(void)
** This file contains routines used to translate between UTF-8, ** This file contains routines used to translate between UTF-8,
** UTF-16, UTF-16BE, and UTF-16LE. ** UTF-16, UTF-16BE, and UTF-16LE.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
** **
** Notes on UTF-8: ** Notes on UTF-8:
** **
@ -17148,7 +17128,6 @@ sqlite3UtfSelfTest()
** This file contains functions for allocating memory, comparing ** This file contains functions for allocating memory, comparing
** strings, and stuff like that. ** strings, and stuff like that.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
@ -18294,7 +18273,6 @@ sqlite3SafetyCheckSickOrOk(sqlite3 * db)
** This is the implementation of generic hash-tables ** This is the implementation of generic hash-tables
** used in SQLite. ** used in SQLite.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* Turn bulk memory into a hash table object by initializing the /* Turn bulk memory into a hash table object by initializing the
@ -25484,7 +25462,6 @@ sqlite3OsDefaultVfs(void)
** start of a transaction, and is thus usually less than a few thousand, ** start of a transaction, and is thus usually less than a few thousand,
** but can be as large as 2 billion for a really big database. ** but can be as large as 2 billion for a really big database.
** **
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#define BITVEC_SZ 512 #define BITVEC_SZ 512
@ -25855,7 +25832,6 @@ sqlite3BitvecBuiltinTest(int sz, int *aOp)
** file simultaneously, or one process from reading the database while ** file simultaneously, or one process from reading the database while
** another is writing. ** another is writing.
** **
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifndef SQLITE_OMIT_DISKIO #ifndef SQLITE_OMIT_DISKIO
@ -31891,7 +31867,6 @@ sqlite3PagerRefdump(Pager * pPager)
** **
************************************************************************* *************************************************************************
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
** **
** This file contains code used to implement mutexes on Btree objects. ** This file contains code used to implement mutexes on Btree objects.
** This code really belongs in btree.c. But btree.c is getting too ** This code really belongs in btree.c. But btree.c is getting too
@ -31911,7 +31886,6 @@ sqlite3PagerRefdump(Pager * pPager)
** May you share freely, never taking more than you give. ** May you share freely, never taking more than you give.
** **
************************************************************************* *************************************************************************
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
** **
** This file implements a external (disk-based) database using BTrees. ** This file implements a external (disk-based) database using BTrees.
** For a detailed discussion of BTrees, refer to ** For a detailed discussion of BTrees, refer to
@ -32914,7 +32888,6 @@ sqlite3BtreeMutexArrayLeave(BtreeMutexArray * pArray)
** May you share freely, never taking more than you give. ** May you share freely, never taking more than you give.
** **
************************************************************************* *************************************************************************
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
** **
** This file implements a external (disk-based) database using BTrees. ** This file implements a external (disk-based) database using BTrees.
** See the header comment on "btreeInt.h" for additional information. ** See the header comment on "btreeInt.h" for additional information.
@ -42591,7 +42564,6 @@ sqlite3ValueBytes(sqlite3_value * pVal, u8 enc)
** to version 2.8.7, all this code was combined into the vdbe.c source file. ** to version 2.8.7, all this code was combined into the vdbe.c source file.
** But that file was getting too big so this subroutines were split out. ** But that file was getting too big so this subroutines were split out.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
@ -47007,7 +46979,6 @@ sqlite3_db_handle(sqlite3_stmt * pStmt)
** in this file for details. If in doubt, do not deviate from existing ** in this file for details. If in doubt, do not deviate from existing
** commenting and indentation practices when changing or adding code. ** commenting and indentation practices when changing or adding code.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -52638,7 +52609,6 @@ sqlite3VdbeExec(Vdbe * p /* The VDBE */
** **
** This file contains code used to implement incremental BLOB I/O. ** This file contains code used to implement incremental BLOB I/O.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
@ -53022,7 +52992,6 @@ sqlite3_blob_bytes(sqlite3_blob * pBlob)
** **
************************************************************************* *************************************************************************
** **
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifdef SQLITE_ENABLE_ATOMIC_WRITE #ifdef SQLITE_ENABLE_ATOMIC_WRITE
@ -53310,7 +53279,6 @@ sqlite3JournalSize(sqlite3_vfs * pVfs)
** This file contains routines used for analyzing expressions and ** This file contains routines used for analyzing expressions and
** for generating VDBE code that evaluates expressions in SQLite. ** for generating VDBE code that evaluates expressions in SQLite.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -57404,7 +57372,6 @@ sqlite3ReleaseTempRange(Parse * pParse, int iReg, int nReg)
** This file contains C code routines that used to generate VDBE code ** This file contains C code routines that used to generate VDBE code
** that implements the ALTER TABLE command. ** that implements the ALTER TABLE command.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -58099,7 +58066,6 @@ sqlite3AlterBeginAddColumn(Parse * pParse, SrcList * pSrc)
************************************************************************* *************************************************************************
** This file contains code associated with the ANALYZE command. ** This file contains code associated with the ANALYZE command.
** **
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifndef SQLITE_OMIT_ANALYZE #ifndef SQLITE_OMIT_ANALYZE
@ -58576,7 +58542,6 @@ sqlite3AnalysisLoad(sqlite3 * db, int iDb)
************************************************************************* *************************************************************************
** This file contains code used to implement the ATTACH and DETACH commands. ** This file contains code used to implement the ATTACH and DETACH commands.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifndef SQLITE_OMIT_ATTACH #ifndef SQLITE_OMIT_ATTACH
@ -59184,7 +59149,6 @@ sqlite3FixTriggerStep(DbFixer * pFix, /* Context of the fixation */
** systems that do not need this facility may omit it by recompiling ** systems that do not need this facility may omit it by recompiling
** the library with -DSQLITE_OMIT_AUTHORIZATION=1 ** the library with -DSQLITE_OMIT_AUTHORIZATION=1
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -59455,7 +59419,6 @@ sqlite3AuthContextPop(AuthContext * pContext)
** COMMIT ** COMMIT
** ROLLBACK ** ROLLBACK
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -63493,7 +63456,6 @@ sqlite3IndexKeyinfo(Parse * pParse, Index * pIdx)
** This file contains functions used to access the internal hash tables ** This file contains functions used to access the internal hash tables
** of user defined functions and collation sequences. ** of user defined functions and collation sequences.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
@ -63912,7 +63874,6 @@ sqlite3SchemaGet(sqlite3 * db, Btree * pBt)
** This file contains C code routines that are called by the parser ** This file contains C code routines that are called by the parser
** in order to generate code for DELETE FROM statements. ** in order to generate code for DELETE FROM statements.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -64523,7 +64484,6 @@ sqlite3GenerateIndexKey(Parse * pParse, /* Parsing context */
** sqliteRegisterBuildinFunctions() found at the bottom of the file. ** sqliteRegisterBuildinFunctions() found at the bottom of the file.
** All other code has file scope. ** All other code has file scope.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
@ -66211,7 +66171,6 @@ sqlite3IsLikeFunction(sqlite3 * db, Expr * pExpr, int *pIsNocase, char *aWc)
** This file contains C code routines that are called by the parser ** This file contains C code routines that are called by the parser
** to handle INSERT statements in SQLite. ** to handle INSERT statements in SQLite.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -68136,7 +68095,6 @@ xferOptimization(Parse * pParse, /* Parser context */
** other files are for internal use by SQLite and should not be ** other files are for internal use by SQLite and should not be
** accessed by users of the library. ** accessed by users of the library.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
@ -68331,7 +68289,6 @@ sqlite3_exec(sqlite3 * db, /* The database on which the SQL executes */
** as extensions by SQLite should #include this file instead of ** as extensions by SQLite should #include this file instead of
** sqlite3.h. ** sqlite3.h.
** **
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifndef _SQLITE3EXT_H_ #ifndef _SQLITE3EXT_H_
#define _SQLITE3EXT_H_ #define _SQLITE3EXT_H_
@ -69282,7 +69239,6 @@ sqlite3AutoLoadExtensions(sqlite3 * db)
************************************************************************* *************************************************************************
** This file contains code used to implement the PRAGMA command. ** This file contains code used to implement the PRAGMA command.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* Ignore this whole file if pragmas are disabled /* Ignore this whole file if pragmas are disabled
@ -70826,7 +70782,6 @@ sqlite3Pragma(Parse * pParse, Token * pId1, /* First part of [database.]id field
** interface, and routines that contribute to loading the database schema ** interface, and routines that contribute to loading the database schema
** from disk. ** from disk.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -71755,7 +71710,6 @@ sqlite3_prepare16_v2(sqlite3 * db, /* Database handle. */
** This file contains C code routines that are called by the parser ** This file contains C code routines that are called by the parser
** to handle SELECT statements in SQLite. ** to handle SELECT statements in SQLite.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
@ -77305,7 +77259,6 @@ sqlite3CodeRowTrigger(Parse * pParse, /* Parse context */
** This file contains C code routines that are called by the parser ** This file contains C code routines that are called by the parser
** to handle UPDATE statements. ** to handle UPDATE statements.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifndef SQLITE_OMIT_VIRTUALTABLE #ifndef SQLITE_OMIT_VIRTUALTABLE
@ -78082,7 +78035,6 @@ updateVirtualTable(Parse * pParse, /* The parsing context */
** Most of the code in this file may be omitted by defining the ** Most of the code in this file may be omitted by defining the
** SQLITE_OMIT_VACUUM macro. ** SQLITE_OMIT_VACUUM macro.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#if !defined(SQLITE_OMIT_VACUUM) && !defined(SQLITE_OMIT_ATTACH) #if !defined(SQLITE_OMIT_VACUUM) && !defined(SQLITE_OMIT_ATTACH)
@ -78382,7 +78334,6 @@ sqlite3RunVacuum(char **pzErrMsg, sqlite3 * db)
************************************************************************* *************************************************************************
** This file contains code used to help implement virtual tables. ** This file contains code used to help implement virtual tables.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifndef SQLITE_OMIT_VIRTUALTABLE #ifndef SQLITE_OMIT_VIRTUALTABLE
@ -79338,7 +79289,6 @@ sqlite3VtabMakeWritable(Parse * pParse, Table * pTab)
** so is applicable. Because this module is responsible for selecting ** so is applicable. Because this module is responsible for selecting
** indices, you might also think of this module as the "query optimizer". ** indices, you might also think of this module as the "query optimizer".
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -86718,7 +86668,6 @@ sqlite3Parser(void *yyp, /* The parser */
** individual tokens and sends those tokens one-by-one over to the ** individual tokens and sends those tokens one-by-one over to the
** parser for analysis. ** parser for analysis.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
/* /*
@ -87487,7 +87436,6 @@ sqlite3RunParser(Parse * pParse, const char *zSql, char **pzErrMsg)
** separating it out, the code will be automatically omitted from ** separating it out, the code will be automatically omitted from
** static links that do not use it. ** static links that do not use it.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifndef SQLITE_OMIT_COMPLETE #ifndef SQLITE_OMIT_COMPLETE
@ -87831,7 +87779,6 @@ sqlite3_complete16(const void *zSql)
** other files are for internal use by SQLite and should not be ** other files are for internal use by SQLite and should not be
** accessed by users of the library. ** accessed by users of the library.
** **
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/ */
#ifdef SQLITE_ENABLE_FTS3 #ifdef SQLITE_ENABLE_FTS3
/************** Include fts3.h in the middle of main.c ***********************/ /************** Include fts3.h in the middle of main.c ***********************/
@ -92166,7 +92113,6 @@ typedef struct QueryTerm
* occurs in the query string, the NOT is ignored: * occurs in the query string, the NOT is ignored:
* *
* [one OR -two] ==> one OR two * [one OR -two] ==> one OR two
*
*/ */
typedef struct Query typedef struct Query
{ {

View file

@ -30,7 +30,6 @@
** the version number) and changes its name to "sqlite3.h" as ** the version number) and changes its name to "sqlite3.h" as
** part of the build process. ** part of the build process.
** **
** @(#) $Id: sqlite3.h 25424 2008-05-20 23:25:54Z androsyn $
*/ */
#ifndef _SQLITE3_H_ #ifndef _SQLITE3_H_
#define _SQLITE3_H_ #define _SQLITE3_H_

View file

@ -1,5 +1,3 @@
$Id: README 1622 2006-06-04 03:01:05Z beu $
This directory contains extensions (modules) to charybdis ircd that This directory contains extensions (modules) to charybdis ircd that
have been contributed by other people, or written by our development have been contributed by other people, or written by our development
team. Unsupported extensions live under unsupported/. team. Unsupported extensions live under unsupported/.

View file

@ -4,8 +4,6 @@
* running private chat systems, or if a network gets droneflood * running private chat systems, or if a network gets droneflood
* problems. It will return ERR_NEEDREGGEDNICK on failure. * problems. It will return ERR_NEEDREGGEDNICK on failure.
* -- nenolod * -- nenolod
*
* $Id: createauthonly.c 833 2006-02-15 00:27:59Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -4,8 +4,6 @@
* systems, or if a network gets droneflood problems. It will * systems, or if a network gets droneflood problems. It will
* return ERR_NEEDREGGEDNICK on failure. * return ERR_NEEDREGGEDNICK on failure.
* -- nenolod * -- nenolod
*
* $Id: createoperonly.c 3476 2007-05-24 04:28:36Z nenolod $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -15,8 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Id: example_module.c 3161 2007-01-25 07:23:01Z nenolod $
*/ */
/* List of ircd includes from ../include/ */ /* List of ircd includes from ../include/ */

View file

@ -1,8 +1,6 @@
/* /*
* Account extban type: bans all users with any/matching account * Account extban type: bans all users with any/matching account
* -- jilles * -- jilles
*
* $Id: extb_account.c 1299 2006-05-11 15:43:03Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -2,8 +2,6 @@
* Canjoin extban type: matches users who are or are not banned from a * Canjoin extban type: matches users who are or are not banned from a
* specified channel. * specified channel.
* -- nenolod/jilles * -- nenolod/jilles
*
* $Id: extb_canjoin.c 1841 2006-08-22 17:30:03Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -1,8 +1,6 @@
/* /*
* Channel extban type: matches users who are in a certain public channel * Channel extban type: matches users who are in a certain public channel
* -- jilles * -- jilles
*
* $Id: extb_channel.c 1723 2006-07-06 15:23:58Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -2,8 +2,6 @@
* Extended extban type: bans all users with matching nick!user@host#gecos. * Extended extban type: bans all users with matching nick!user@host#gecos.
* Requested by Lockwood. * Requested by Lockwood.
* - nenolod * - nenolod
*
* $Id: extb_realname.c 1339 2006-05-17 00:45:40Z nenolod $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -1,8 +1,6 @@
/* /*
* Oper extban type: matches opers * Oper extban type: matches opers
* -- jilles * -- jilles
*
* $Id: extb_oper.c 1299 2006-05-11 15:43:03Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -1,8 +1,6 @@
/* /*
* Realname extban type: bans all users with matching gecos * Realname extban type: bans all users with matching gecos
* -- jilles * -- jilles
*
* $Id: extb_realname.c 1299 2006-05-11 15:43:03Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -1,8 +1,6 @@
/* /*
* Server name extban type: bans all users using a certain server * Server name extban type: bans all users using a certain server
* -- jilles * -- jilles
*
* $Id: extb_server.c 1299 2006-05-11 15:43:03Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -3,8 +3,6 @@
* *
* Copyright (C) 2006 charybdis development team * Copyright (C) 2006 charybdis development team
* All rights reserved * All rights reserved
*
* $Id: hurt.c 3161 2007-01-25 07:23:01Z nenolod $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "modules.h" #include "modules.h"

View file

@ -1,4 +1,3 @@
/* $Id: ip_cloaking.c 3526 2007-07-06 07:56:14Z nenolod $ */
#include "stdinc.h" #include "stdinc.h"
#include "modules.h" #include "modules.h"

View file

@ -1,4 +1,3 @@
/* $Id: ip_cloaking_old.c 3522 2007-07-06 07:48:28Z nenolod $ */
#include "stdinc.h" #include "stdinc.h"
#include "modules.h" #include "modules.h"

View file

@ -2,7 +2,6 @@
* Copyright (C) infinity-infinity God <God@Heaven> * Copyright (C) infinity-infinity God <God@Heaven>
* *
* Bob was here * Bob was here
* $Id: m_42.c 3161 2007-01-25 07:23:01Z nenolod $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: m_wallops.c 20702 2005-08-31 20:59:02Z leeh $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -13,7 +13,6 @@ struct Message echotags_msgtab = {
mapi_clist_av1 echotags_clist[] = { &echotags_msgtab, NULL }; mapi_clist_av1 echotags_clist[] = { &echotags_msgtab, NULL };
DECLARE_MODULE_AV1(echotags, NULL, NULL, echotags_clist, NULL, NULL, "$Id$");
static int static int
m_echotags(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[]) m_echotags(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[])

View file

@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Id: m_findforwards.c 986 2006-03-08 00:10:46Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "channel.h" #include "channel.h"

View file

@ -27,8 +27,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*
* $Id: m_identify.c 2729 2006-11-09 23:52:06Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -15,8 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Id: m_ojoin.c 3554 2007-08-10 22:31:14Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -19,8 +19,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: m_okick.c 3554 2007-08-10 22:31:14Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -21,8 +21,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: m_omode.c 3121 2007-01-02 13:23:04Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -15,8 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Id: m_opme.c 3554 2007-08-10 22:31:14Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "channel.h" #include "channel.h"

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: m_kick.c 3317 2007-03-28 23:17:06Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: m_webirc.c 3458 2007-05-18 19:51:22Z jilles $
*/ */
/* Usage: /* Usage:
* auth { * auth {

View file

@ -2,8 +2,6 @@
* Deny opers setting themselves +i unless they are bots (i.e. have * Deny opers setting themselves +i unless they are bots (i.e. have
* hidden_oper privilege). * hidden_oper privilege).
* -- jilles * -- jilles
*
* $Id: no_oper_invis.c 3219 2007-02-24 19:34:28Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -1,6 +1,5 @@
/* /*
* Channel creation notices * Channel creation notices
*
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -4,8 +4,6 @@
* Consequently, it is not possible to use these notices to keep track * Consequently, it is not possible to use these notices to keep track
* of all clients. * of all clients.
* -- jilles * -- jilles
*
* $Id: sno_farconnect.c 1869 2006-08-27 14:24:25Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -5,8 +5,6 @@
* and kline_reason is enabled and the same everywhere. * and kline_reason is enabled and the same everywhere.
* Yes, this is a hack, but it is simple and avoids sending * Yes, this is a hack, but it is simple and avoids sending
* more data across servers -- jilles * more data across servers -- jilles
*
* $Id: sno_globalkline.c 613 2006-01-29 03:03:02Z nenolod $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -1,7 +1,5 @@
/* /*
* Remote oper up notices. * Remote oper up notices.
*
* $Id: sno_globaloper.c 639 2006-01-29 21:42:06Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -4,8 +4,6 @@
* *
* If #define OPERONLY is removed, then any user can use this snomask * If #define OPERONLY is removed, then any user can use this snomask
* (you need to put ~servnotice in oper_only_umodes for this to work). * (you need to put ~servnotice in oper_only_umodes for this to work).
*
* $Id: sno_whois.c 3498 2007-05-30 10:22:25Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -18,8 +18,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: spy_admin_notice.c 498 2006-01-15 16:40:33Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "modules.h" #include "modules.h"

View file

@ -18,8 +18,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: spy_info_notice.c 498 2006-01-15 16:40:33Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "modules.h" #include "modules.h"

View file

@ -18,8 +18,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: spy_links_notice.c 498 2006-01-15 16:40:33Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "modules.h" #include "modules.h"

View file

@ -18,8 +18,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: spy_motd_notice.c 498 2006-01-15 16:40:33Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "modules.h" #include "modules.h"

View file

@ -18,8 +18,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: spy_stats_notice.c 498 2006-01-15 16:40:33Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "modules.h" #include "modules.h"

View file

@ -18,8 +18,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: spy_stats_p_notice.c 498 2006-01-15 16:40:33Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "modules.h" #include "modules.h"

View file

@ -18,8 +18,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: spy_trace_notice.c 498 2006-01-15 16:40:33Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "modules.h" #include "modules.h"

View file

@ -18,7 +18,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
*/ */
#ifndef _BLACKLIST_H_ #ifndef _BLACKLIST_H_

View file

@ -1,4 +1,3 @@
/* $Id: cache.h 24250 2007-08-22 19:15:08Z androsyn $ */
#ifndef INCLUDED_CACHE_H #ifndef INCLUDED_CACHE_H
#define INCLUDED_CACHE_H #define INCLUDED_CACHE_H

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: channel.h 3580 2007-11-07 23:45:14Z jilles $
*/ */
#ifndef INCLUDED_channel_h #ifndef INCLUDED_channel_h

View file

@ -21,8 +21,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id$
*/ */
#ifndef INCLUDED_chmode_h #ifndef INCLUDED_chmode_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: class.h 6 2005-09-10 01:02:21Z nenolod $
*/ */
#ifndef INCLUDED_class_h #ifndef INCLUDED_class_h

View file

@ -21,8 +21,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: client.h 3446 2007-05-14 22:21:16Z jilles $
*/ */
#ifndef INCLUDED_client_h #ifndef INCLUDED_client_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: common.h 6 2005-09-10 01:02:21Z nenolod $
*/ */
#ifndef INCLUDED_common_h #ifndef INCLUDED_common_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: config.h 3354 2007-04-03 09:21:31Z nenolod $
*/ */
#ifndef INCLUDED_config_h #ifndef INCLUDED_config_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: defaults.h 3354 2007-04-03 09:21:31Z nenolod $
*/ */
#ifndef INCLUDED_defaults_h #ifndef INCLUDED_defaults_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: hash.h 3177 2007-02-01 00:19:14Z jilles $
*/ */
#ifndef INCLUDED_hash_h #ifndef INCLUDED_hash_h

View file

@ -1,8 +1,6 @@
/* /*
* Copyright (C) 2004-2005 Lee Hardy <lee -at- leeh.co.uk> * Copyright (C) 2004-2005 Lee Hardy <lee -at- leeh.co.uk>
* Copyright (C) 2004-2005 ircd-ratbox development team * Copyright (C) 2004-2005 ircd-ratbox development team
*
* $Id: hook.h 906 2006-02-21 02:25:43Z nenolod $
*/ */
#ifndef INCLUDED_HOOK_H #ifndef INCLUDED_HOOK_H
#define INCLUDED_HOOK_H #define INCLUDED_HOOK_H

View file

@ -21,8 +21,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: hostmask.h 2757 2006-11-10 22:58:15Z jilles $
*/ */
#ifndef INCLUDE_hostmask_h #ifndef INCLUDE_hostmask_h

View file

@ -29,8 +29,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*
* $Id$
*/ */
#ifndef _IPV4_FROM_IPV6_H_ #ifndef _IPV4_FROM_IPV6_H_

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: ircd.h 1851 2006-08-24 17:16:53Z jilles $
*/ */
#ifndef INCLUDED_ircd_h #ifndef INCLUDED_ircd_h

View file

@ -21,14 +21,11 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: ircd_defs.h 3512 2007-06-06 16:20:40Z nenolod $
*/ */
/* /*
* NOTE: NICKLEN and TOPICLEN do not live here anymore. Set it with configure * NOTE: NICKLEN and TOPICLEN do not live here anymore. Set it with configure
* Otherwise there are no user servicable part here. * Otherwise there are no user servicable part here.
*
*/ */
/* ircd_defs.h - Global size definitions for record entries used /* ircd_defs.h - Global size definitions for record entries used

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: ircd_getopt.h 6 2005-09-10 01:02:21Z nenolod $
*/ */
#ifndef __GETOPT_H_INCLUDED__ #ifndef __GETOPT_H_INCLUDED__

View file

@ -29,8 +29,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*
* $Id: ircd_linker.h 863 2006-02-16 06:51:59Z nenolod $
*/ */
#ifndef _CHARYBDIS_IRCD_LINKER_H #ifndef _CHARYBDIS_IRCD_LINKER_H

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: ircd_signal.h 6 2005-09-10 01:02:21Z nenolod $
*/ */
#ifndef INCLUDED_ircd_signal_h #ifndef INCLUDED_ircd_signal_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: listener.h 6 2005-09-10 01:02:21Z nenolod $
*/ */
#ifndef INCLUDED_listener_h #ifndef INCLUDED_listener_h

View file

@ -27,8 +27,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*
* $Id: s_log.h 1481 2006-05-27 17:24:05Z nenolod $
*/ */
#ifndef INCLUDED_s_log_h #ifndef INCLUDED_s_log_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: m_info.h 3356 2007-04-03 09:31:11Z nenolod $
*/ */
#ifndef INCLUDED_m_info_h #ifndef INCLUDED_m_info_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: irc_string.h 3538 2007-07-26 14:21:57Z jilles $
*/ */
#ifndef INCLUDED_match_h #ifndef INCLUDED_match_h

View file

@ -15,8 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Id: messages.tab 3548 2007-08-09 06:40:52Z nenolod $
*/ */
#ifndef INCLUDED_messages_h #ifndef INCLUDED_messages_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: modules.h 6 2005-09-10 01:02:21Z nenolod $
*/ */
#ifndef INCLUDED_modules_h #ifndef INCLUDED_modules_h

View file

@ -4,8 +4,6 @@
* *
* Copyright (C) 2005 Lee Hardy <lee -at- leeh.co.uk> * Copyright (C) 2005 Lee Hardy <lee -at- leeh.co.uk>
* Copyright (C) 2005 ircd-ratbox development team * Copyright (C) 2005 ircd-ratbox development team
*
* $Id: monitor.h 6 2005-09-10 01:02:21Z nenolod $
*/ */
#ifndef INCLUDED_monitor_h #ifndef INCLUDED_monitor_h
#define INCLUDED_monitor_h #define INCLUDED_monitor_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: msg.h 6 2005-09-10 01:02:21Z nenolod $
*/ */
#ifndef INCLUDED_msg_h #ifndef INCLUDED_msg_h

View file

@ -1,6 +1,5 @@
/* This code is in the public domain. /* This code is in the public domain.
* $Nightmare: nightmare/include/config.h,v 1.32.2.2.2.2 2002/07/02 03:41:28 ejb Exp $ * $Nightmare: nightmare/include/config.h,v 1.32.2.2.2.2 2002/07/02 03:41:28 ejb Exp $
* $Id: newconf.h 1735 2006-07-19 02:35:40Z nenolod $
*/ */
#ifndef _NEWCONF_H_INCLUDED #ifndef _NEWCONF_H_INCLUDED

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: numeric.h 1793 2006-08-04 19:56:03Z jilles $
*/ */
#ifndef INCLUDED_numeric_h #ifndef INCLUDED_numeric_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: packet.h 813 2006-02-14 20:52:15Z nenolod $
*/ */
#ifndef INCLUDED_packet_h #ifndef INCLUDED_packet_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: parse.h 944 2006-03-06 03:41:31Z nenolod $
*/ */
#ifndef INCLUDED_parse_h_h #ifndef INCLUDED_parse_h_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: patchlevel.h 34 2005-09-10 02:53:04Z nenolod $
*/ */
#include "setup.h" #include "setup.h"

View file

@ -20,8 +20,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA * USA
* *
*
* $Id: reject.h 25056 2008-02-06 20:47:40Z androsyn $
*/ */
#ifndef INCLUDED_reject_h #ifndef INCLUDED_reject_h
#define INCLUDED_reject_h #define INCLUDED_reject_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: restart.h 6 2005-09-10 01:02:21Z nenolod $
*/ */
#ifndef INCLUDED_restart_h #ifndef INCLUDED_restart_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: s_auth.h 6 2005-09-10 01:02:21Z nenolod $
*/ */
#ifndef INCLUDED_s_auth_h #ifndef INCLUDED_s_auth_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: s_conf.h 3550 2007-08-09 06:47:26Z nenolod $
*/ */
#ifndef INCLUDED_s_conf_h #ifndef INCLUDED_s_conf_h

View file

@ -28,8 +28,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*
* $Id: s_newconf.h 1747 2006-07-25 21:22:45Z jilles $
*/ */
#ifndef INCLUDED_s_newconf_h #ifndef INCLUDED_s_newconf_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: s_serv.h 1863 2006-08-27 13:40:37Z jilles $
*/ */
#ifndef INCLUDED_serv_h #ifndef INCLUDED_serv_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: s_stats.h 1409 2006-05-21 14:46:17Z jilles $
*/ */
#ifndef INCLUDED_s_stats_h #ifndef INCLUDED_s_stats_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: s_user.h 3201 2007-02-04 01:59:38Z jilles $
*/ */
#ifndef INCLUDED_s_user_h #ifndef INCLUDED_s_user_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: scache.h 6 2005-09-10 01:02:21Z nenolod $
*/ */
#ifndef INCLUDED_scache_h #ifndef INCLUDED_scache_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: send.h 3520 2007-06-30 22:15:35Z jilles $
*/ */
#ifndef INCLUDED_send_h #ifndef INCLUDED_send_h

View file

@ -29,8 +29,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*
* $Id$
*/ */
#ifndef SNOMASK_H #ifndef SNOMASK_H

View file

@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA * USA
*
* $Id: sslproc.h 25179 2008-03-30 16:34:57Z androsyn $
*/ */
#ifndef INCLUDED_sslproc_h #ifndef INCLUDED_sslproc_h

View file

@ -19,8 +19,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
* *
* $Id: stdinc.h 6 2005-09-10 01:02:21Z nenolod $
*
*/ */
#include "ratbox_lib.h" #include "ratbox_lib.h"

View file

@ -29,8 +29,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*
* $Id$
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -28,8 +28,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*
* $Id: supported.h 1887 2006-08-29 13:42:56Z jilles $
*/ */
#ifndef INCLUDED_supported_h #ifndef INCLUDED_supported_h

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: whowas.h 1717 2006-07-04 14:41:11Z jilles $
*/ */
#ifndef INCLUDED_whowas_h #ifndef INCLUDED_whowas_h
#define INCLUDED_whowas_h #define INCLUDED_whowas_h

View file

@ -27,8 +27,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*
* $Id$
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "ratbox_lib.h" #include "ratbox_lib.h"

View file

@ -29,7 +29,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -28,8 +28,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*
* $Id: cache.c 25119 2008-03-13 16:57:05Z androsyn $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: channel.c 3580 2007-11-07 23:45:14Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -21,8 +21,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: chmode.c 3580 2007-11-07 23:45:14Z jilles $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: class.c 254 2005-09-21 23:35:12Z nenolod $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -21,8 +21,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: client.c 3514 2007-06-06 16:25:21Z nenolod $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "config.h" #include "config.h"
@ -1073,7 +1071,7 @@ free_exited_clients(void *unused)
** already been sent. we make sure to exit a server's dependent clients ** already been sent. we make sure to exit a server's dependent clients
** and servers before the server itself; exit_one_client takes care of ** and servers before the server itself; exit_one_client takes care of
** actually removing things off llists. tweaked from +CSr31 -orabidoo ** actually removing things off llists. tweaked from +CSr31 -orabidoo
*/ */
/* /*
* added sanity test code.... source_p->serv might be NULL... * added sanity test code.... source_p->serv might be NULL...
*/ */
@ -1126,7 +1124,7 @@ recurse_remove_clients(struct Client *source_p, const char *comment)
** Remove *everything* that depends on source_p, from all lists, and sending ** Remove *everything* that depends on source_p, from all lists, and sending
** all necessary SQUITs. source_p itself is still on the lists, ** all necessary SQUITs. source_p itself is still on the lists,
** and its SQUITs have been sent except for the upstream one -orabidoo ** and its SQUITs have been sent except for the upstream one -orabidoo
*/ */
static void static void
remove_dependents(struct Client *client_p, remove_dependents(struct Client *client_p,
struct Client *source_p, struct Client *source_p,
@ -1193,7 +1191,6 @@ exit_aborted_clients(void *unused)
/* /*
* dead_link - Adds client to a list of clients that need an exit_client() * dead_link - Adds client to a list of clients that need an exit_client()
*
*/ */
void void
dead_link(struct Client *client_p, int sendqex) dead_link(struct Client *client_p, int sendqex)
@ -1544,7 +1541,7 @@ exit_local_client(struct Client *client_p, struct Client *source_p, struct Clien
** **
** CLIENT_EXITED if (client_p == source_p) ** CLIENT_EXITED if (client_p == source_p)
** 0 if (client_p != source_p) ** 0 if (client_p != source_p)
*/ */
int int
exit_client(struct Client *client_p, /* The local client originating the exit_client(struct Client *client_p, /* The local client originating the
* exit or NULL, if this exit is * exit or NULL, if this exit is

View file

@ -18,8 +18,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: extban.c 1389 2006-05-20 19:19:00Z nenolod $
*/ */
#include "stdinc.h" #include "stdinc.h"

View file

@ -20,8 +20,6 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA * USA
*
* $Id: getopt.c 6 2005-09-10 01:02:21Z nenolod $
*/ */
#include "stdinc.h" #include "stdinc.h"

Some files were not shown because too many files have changed in this diff Show more