diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-06-04 14:28:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-06-04 14:28:00 -0400 |
commit | b5ffa7c020e319cbfceee3c506f5c16764800dc2 (patch) | |
tree | 01d4efe0277a37c6bb05dc6599638822aa8a238d /src/HTAlert.h | |
parent | 6e75abc094af51d02563fd5250d1b55e9bb96912 (diff) | |
download | lynx-snapshots-b5ffa7c020e319cbfceee3c506f5c16764800dc2.tar.gz |
snapshot of project "lynx", label v2-8-1dev_14
Diffstat (limited to 'src/HTAlert.h')
-rw-r--r-- | src/HTAlert.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/HTAlert.h b/src/HTAlert.h index b35267b6..be80ee33 100644 --- a/src/HTAlert.h +++ b/src/HTAlert.h @@ -1,5 +1,3 @@ -/* */ - /* Displaying messages and getting input for WWW Library ** ===================================================== ** @@ -7,6 +5,9 @@ ** Feb 93 Portablized etc TBL */ +#ifndef HTALERT_H +#define HTALERT_H 1 + #ifndef HTUTILS_H #include <HTUtils.h> #endif /* HTUTILS_H */ @@ -128,6 +129,4 @@ extern int HTConfirmPostRedirect PARAMS(( CONST char * Redirecting_url, int server_status)); -/* - - */ +#endif /* HTALERT_H */ |