chiark / gitweb /
Parsing code revamped, not compiled yet.
[adns] / src / adns.h
index 46eb0b8fd3d5d807ca6035828bb695c17936927d..1d5631184c7675275f965fdfebf72bda1d216091 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C)1998 Ian Jackson.
  * This version provided for review and comment only.
  *
- * $Id: adns.h,v 1.18 1998/10/07 00:53:53 ian Exp $
+ * $Id: adns.h,v 1.19 1998/11/07 16:52:17 ian Exp $
  */
 
 #ifndef ADNS_H_INCLUDED
@@ -265,4 +265,6 @@ void adns_interest(adns_state, int *maxfd_io, fd_set *readfds_io,
  *  }
  */
 
+const char *adns_strerror(adns_status st);
+
 #endif