diff options
Diffstat (limited to 'WWW/Library/Implementation/HTTelnet.h')
-rw-r--r-- | WWW/Library/Implementation/HTTelnet.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/HTTelnet.h b/WWW/Library/Implementation/HTTelnet.h index 92dbf2ff..2f84bd8d 100644 --- a/WWW/Library/Implementation/HTTelnet.h +++ b/WWW/Library/Implementation/HTTelnet.h @@ -9,9 +9,10 @@ #include <HTAccess.h> #ifdef GLOBALREF_IS_MACRO -extern GLOBALREF(HTProtocol,HTTelnet); -extern GLOBALREF(HTProtocol,HTRlogin); -extern GLOBALREF(HTProtocol,HTTn3270); +extern GLOBALREF (HTProtocol, HTTelnet); +extern GLOBALREF (HTProtocol, HTRlogin); +extern GLOBALREF (HTProtocol, HTTn3270); + #else GLOBALREF HTProtocol HTTelnet; GLOBALREF HTProtocol HTRlogin; |