]> sjero.net Git - wget/blobdiff - src/res.h
[svn] Guard against header files getting included twice.
[wget] / src / res.h
index 3b8b7647f810a3f0349affc73b18192ef4513e2a..5c859a6cfb8771f5ab64cc71aac5b67a16dcfb31 100644 (file)
--- 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 */