]> sjero.net Git - wget/blobdiff - src/res.h
[svn] Guard against header files getting included twice.
[wget] / src / res.h
index 97b8977835894bd37e120228f85a9e0657d0a850..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));
@@ -29,3 +32,6 @@ 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 */