diff --git a/connection.h b/connection.h index 828c251..56a1337 100644 --- a/connection.h +++ b/connection.h @@ -1,5 +1,5 @@ -#ifndef __CONNECT_H__ -#define __CONNECT_H__ +#ifndef __CONNECTION_H__ +#define __CONNECTION_H__ #ifndef __TCPIP__ #include @@ -35,5 +35,4 @@ Word ConnectionClose(Connection *); Word ConnectionPoll(Connection *); - #endif