diff options
Diffstat (limited to 'WWW/Library/Implementation/HTFinger.h')
-rw-r--r-- | WWW/Library/Implementation/HTFinger.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/WWW/Library/Implementation/HTFinger.h b/WWW/Library/Implementation/HTFinger.h index 976afa25..bda272ad 100644 --- a/WWW/Library/Implementation/HTFinger.h +++ b/WWW/Library/Implementation/HTFinger.h @@ -1,7 +1,7 @@ /* Finger protocol module for the WWW library */ /* History: -** 21 Apr 94 Andrew Brooks -*/ + * 21 Apr 94 Andrew Brooks + */ #ifndef HTFINGER_H #define HTFINGER_H @@ -11,14 +11,14 @@ #ifdef GLOBALREF_IS_MACRO extern GLOBALREF (HTProtocol, HTFinger); + #else GLOBALREF HTProtocol HTFinger; #endif /* GLOBALREF_IS_MACRO */ -extern int HTLoadFinger ( - const char * arg, - HTParentAnchor * anAnchor, - HTFormat format_out, - HTStream * stream); +extern int HTLoadFinger(const char *arg, + HTParentAnchor *anAnchor, + HTFormat format_out, + HTStream *stream); #endif /* HTFINGER_H */ |