X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fgen_sslfunc.h;h=6a12e032bae90be4f4c5ed5f6d7e311c715b1542;hp=3c18f2fd4f18c95fc0c2406cffa5093f1120d8ca;hb=b6bbc32e14f98a2d44a7656c8aefac3c69696d10;hpb=b65661a8799dde56661aa40c4e59a6d8213d521b diff --git a/src/gen_sslfunc.h b/src/gen_sslfunc.h index 3c18f2fd..6a12e032 100644 --- a/src/gen_sslfunc.h +++ b/src/gen_sslfunc.h @@ -18,6 +18,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 GEN_SSLFUNC_H +#define GEN_SSLFUNC_H + #ifdef HAVE_SSL # include #endif @@ -31,3 +34,4 @@ int ssl_iread PARAMS ((SSL *, char *, int)); int ssl_iwrite PARAMS ((SSL *, char *, int)); int ssl_printerrors PARAMS ((void)); +#endif /* GEN_SSLFUNC_H */