X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fres.h;h=5c859a6cfb8771f5ab64cc71aac5b67a16dcfb31;hp=3b8b7647f810a3f0349affc73b18192ef4513e2a;hb=b6bbc32e14f98a2d44a7656c8aefac3c69696d10;hpb=b65661a8799dde56661aa40c4e59a6d8213d521b diff --git a/src/res.h b/src/res.h index 3b8b7647..5c859a6c 100644 --- a/src/res.h +++ b/src/res.h @@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef RES_H +#define RES_H + struct robot_specs; struct robot_specs *res_parse PARAMS ((const char *, int)); @@ -30,3 +33,5 @@ struct robot_specs *res_get_specs PARAMS ((const char *, int)); int res_retrieve_file PARAMS ((const char *, char **)); void res_cleanup PARAMS ((void)); + +#endif /* RES_H */