]> arthur.barton.de Git - ngircd-alex.git/commit
Fix redundant redeclaration of Conn_Count*() functions
authorAlexander Barton <alex@barton.de>
Fri, 25 Jun 2010 22:45:11 +0000 (00:45 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 25 Jun 2010 22:45:11 +0000 (00:45 +0200)
commitae55d4f500703114cf10d07be786f1108d66b27d
treebd0a5b65330d44383539aa4824c88c4c76276b0c
parentedfa2154816932ce184f9db65093711bc9957cb3
Fix redundant redeclaration of Conn_Count*() functions

The wrongly placed #endif lead to the following compiler warnings:

conn.h:125: warning: redundant redeclaration of ‘Conn_Count’
conn.h:125: warning: previous declaration of ‘Conn_Count’ was here
conn.h:126: warning: redundant redeclaration of ‘Conn_CountMax’
conn.h:126: warning: previous declaration of ‘Conn_CountMax’ was here
conn.h:127: warning: redundant redeclaration of ‘Conn_CountAccepted’
conn.h:127: warning: previous declaration of ‘Conn_CountAccepted’ was here
src/ngircd/conn.h