commit b8d7dcec7739aab840fc1ccae8e4dfaa8db330a1 from: Alexander Barton date: Mon Dec 30 17:15:42 2002 UTC - Adjusted includes for new "conn-func.h" header. commit - b77dae34999581f42b3a436abdbe35c777b64b98 commit + b8d7dcec7739aab840fc1ccae8e4dfaa8db330a1 blob - 971fe2f9c4cd28830c4bcdde0015865fff8907c1 blob + 0b2b1ff18afe97c528f981c14bd0deefa68ae3f5 --- src/ngircd/channel.c +++ src/ngircd/channel.c @@ -17,14 +17,14 @@ #include "portab.h" -static char UNUSED id[] = "$Id: channel.c,v 1.41 2002/12/26 16:48:14 alex Exp $"; +static char UNUSED id[] = "$Id: channel.c,v 1.42 2002/12/30 17:15:42 alex Exp $"; #include "imp.h" #include #include #include -#include "conn.h" +#include "conn-func.h" #include "client.h" #include "exp.h" blob - 4add048b18525894c4e34d4672854a438638077c blob + 3ce821a275e3d20205c659a141fcaa827c14cb95 --- src/ngircd/irc-info.c +++ src/ngircd/irc-info.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: irc-info.c,v 1.12 2002/12/30 16:07:50 alex Exp $"; +static char UNUSED id[] = "$Id: irc-info.c,v 1.13 2002/12/30 17:15:42 alex Exp $"; #include "imp.h" #include @@ -23,7 +23,7 @@ static char UNUSED id[] = "$Id: irc-info.c,v 1.12 2002 #include #include "ngircd.h" -#include "conn.h" +#include "conn-func.h" #include "conn-zip.h" #include "client.h" #include "channel.h" blob - 0e559cd090ad7e7a94b5040e729ad624c197b3a3 blob + 04e6ef392d8aa7ce059b041932d9ad54eedc37d6 --- src/ngircd/irc-login.c +++ src/ngircd/irc-login.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: irc-login.c,v 1.29 2002/12/30 00:01:45 alex Exp $"; +static char UNUSED id[] = "$Id: irc-login.c,v 1.30 2002/12/30 17:15:42 alex Exp $"; #include "imp.h" #include @@ -24,7 +24,7 @@ static char UNUSED id[] = "$Id: irc-login.c,v 1.29 200 #include "ngircd.h" #include "resolve.h" -#include "conn.h" +#include "conn-func.h" #include "conf.h" #include "client.h" #include "channel.h" blob - b1df7b8e01754c7396749da612cb39783f0004aa blob + b8a5e28d6eaa1095f5291e6c478a09c539638a95 --- src/ngircd/irc-write.c +++ src/ngircd/irc-write.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: irc-write.c,v 1.13 2002/12/12 12:24:18 alex Exp $"; +static char UNUSED id[] = "$Id: irc-write.c,v 1.14 2002/12/30 17:15:42 alex Exp $"; #include "imp.h" #include @@ -22,7 +22,7 @@ static char UNUSED id[] = "$Id: irc-write.c,v 1.13 200 #include #include -#include "conn.h" +#include "conn-func.h" #include "client.h" #include "channel.h" #include "defines.h" blob - dcaf348d6ed53f05831dc2d74045bcc9aaeb092c blob + bd44f4674074f25c0c0ba66bf1d920c75bf12c96 --- src/ngircd/irc.c +++ src/ngircd/irc.c @@ -14,14 +14,14 @@ #include "portab.h" -static char UNUSED id[] = "$Id: irc.c,v 1.112 2002/12/27 13:35:19 alex Exp $"; +static char UNUSED id[] = "$Id: irc.c,v 1.113 2002/12/30 17:15:42 alex Exp $"; #include "imp.h" #include #include #include -#include "conn.h" +#include "conn-func.h" #include "client.h" #include "channel.h" #include "defines.h" blob - 372aeb0a31c22e2e12ac917020bcb3382664baf4 blob + fbc6ac6b16d7a38f56935ed20215762473ad268f --- src/ngircd/parse.c +++ src/ngircd/parse.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: parse.c,v 1.54 2002/12/26 17:04:54 alex Exp $"; +static char UNUSED id[] = "$Id: parse.c,v 1.55 2002/12/30 17:15:42 alex Exp $"; #include "imp.h" #include @@ -24,7 +24,7 @@ static char UNUSED id[] = "$Id: parse.c,v 1.54 2002/12 #include "ngircd.h" #include "defines.h" -#include "conn.h" +#include "conn-func.h" #include "client.h" #include "channel.h" #include "log.h"