summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-20 16:30:43 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-20 16:30:43 +0000
commitd8bbcea0d4f5164776a7a2e6c05b1b5d37289965 (patch)
tree18b64c129503f13b792bf11eecf358c47f6b937e /src/connectionhandler.h
parent14931fad97e23229b6321850bae457b6bb680c0b (diff)
downloadmanaserv-d8bbcea0d4f5164776a7a2e6c05b1b5d37289965.tar.gz
manaserv-d8bbcea0d4f5164776a7a2e6c05b1b5d37289965.tar.bz2
manaserv-d8bbcea0d4f5164776a7a2e6c05b1b5d37289965.tar.xz
manaserv-d8bbcea0d4f5164776a7a2e6c05b1b5d37289965.zip
Some code format changes, logging improvals and commenting.
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r--src/connectionhandler.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h
index 7f3355db..d09362ef 100644
--- a/src/connectionhandler.h
+++ b/src/connectionhandler.h
@@ -34,6 +34,12 @@ class MessageOut;
class NetComputer;
/**
+ * Convert a IP4 address into its string representation
+ */
+std::string
+ip4ToString(unsigned int ip4addr);
+
+/**
* Data related to a connected client. This includes the buffer for incoming
* messages and the related socket.
*/