chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Parsing code revamped, not compiled yet.
[adns]
/
src
/
adns.h
diff --git
a/src/adns.h
b/src/adns.h
index 46eb0b8fd3d5d807ca6035828bb695c17936927d..1d5631184c7675275f965fdfebf72bda1d216091 100644
(file)
--- a/
src/adns.h
+++ b/
src/adns.h
@@
-2,7
+2,7
@@
* Copyright (C)1998 Ian Jackson.
* This version provided for review and comment only.
*
* Copyright (C)1998 Ian Jackson.
* This version provided for review and comment only.
*
- * $Id: adns.h,v 1.1
8 1998/10/07 00:53:53
ian Exp $
+ * $Id: adns.h,v 1.1
9 1998/11/07 16:52:17
ian Exp $
*/
#ifndef ADNS_H_INCLUDED
*/
#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
#endif