X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fheaders.h;h=d22c92fbf04f1696fe261235c70c8b6fd9eed472;hp=8c959c5e2fcae47f4888efd57b5fcb86d6253587;hb=b6bbc32e14f98a2d44a7656c8aefac3c69696d10;hpb=b65661a8799dde56661aa40c4e59a6d8213d521b diff --git a/src/headers.h b/src/headers.h index 8c959c5e..d22c92fb 100644 --- a/src/headers.h +++ b/src/headers.h @@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License along with Wget; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef HEADERS_H +#define HEADERS_H + enum { HG_OK, HG_ERROR, HG_EOF }; @@ -34,3 +37,5 @@ int header_strdup PARAMS ((const char *, void *)); int header_exists PARAMS ((const char *, void *)); int skip_lws PARAMS ((const char *)); + +#endif /* HEADERS_H */