commit - 7daa7fb278bb426baf7ae51ca8191ef1edbf81d8
commit + dfe662ad45e6c1f434b42acb28e90be8369a0a27
blob - 2642392c31886827f1072c1ad44c3f8b9619f485
blob + f92f20dbeb193e2be1726f163487ab8ccd2241e4
--- src/ngircd/channel.c
+++ src/ngircd/channel.c
/*
* ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
+ * Copyright (c)2001-2005 by Alexander Barton (alex@barton.de)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
#include "portab.h"
-static char UNUSED id[] = "$Id: channel.c,v 1.46 2005/03/19 18:43:48 fw Exp $";
+static char UNUSED id[] = "$Id: channel.c,v 1.47 2005/04/27 07:34:25 alex Exp $";
#include "imp.h"
#include <assert.h>
#include <string.h>
#include <strings.h>
+#include "defines.h"
#include "conn-func.h"
#include "client.h"