mirror of
https://github.com/ksherlock/gopher.git
synced 2025-08-15 07:27:34 +00:00
update url guard
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef __CONNECT_H__
|
#ifndef __CONNECTION_H__
|
||||||
#define __CONNECT_H__
|
#define __CONNECTION_H__
|
||||||
|
|
||||||
#ifndef __TCPIP__
|
#ifndef __TCPIP__
|
||||||
#include <tcpip.h>
|
#include <tcpip.h>
|
||||||
@@ -35,5 +35,4 @@ Word ConnectionClose(Connection *);
|
|||||||
Word ConnectionPoll(Connection *);
|
Word ConnectionPoll(Connection *);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user