X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fcookies.h;h=c660a2005822d12929e49738f975d1dc96c209af;hp=2669712f498c8698dbc4e09c9fd352f3814a1d01;hb=b6bbc32e14f98a2d44a7656c8aefac3c69696d10;hpb=b65661a8799dde56661aa40c4e59a6d8213d521b diff --git a/src/cookies.h b/src/cookies.h index 2669712f..c660a200 100644 --- a/src/cookies.h +++ b/src/cookies.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 COOKIES_H +#define COOKIES_H + /* struct cookie is not exported; this file only exports functions for manipulating cookie contents. */ @@ -28,3 +31,5 @@ void load_cookies PARAMS ((const char *)); void save_cookies PARAMS ((const char *)); void cookies_cleanup PARAMS ((void)); + +#endif /* COOKIES_H */