chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
@@ -1,3 +1,9 @@
[adns]
/
src
/
adns.h
diff --git
a/src/adns.h
b/src/adns.h
index 13c2cf7d7bdb09dbcb854756113f69883f7abe80..fed7ec0169285939ffeb65b6bb6ea54eda05c663 100644
(file)
--- a/
src/adns.h
+++ b/
src/adns.h
@@
-51,14
+51,11
@@
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*
- * $Id: adns.h,v 1.
79 2000/05/07 22:37:18
ian Exp $
+ * $Id: adns.h,v 1.
80 2000/05/09 21:50:50
ian Exp $
*/
#ifndef ADNS_H_INCLUDED
#define ADNS_H_INCLUDED
*/
#ifndef ADNS_H_INCLUDED
#define ADNS_H_INCLUDED
-#ifdef __cplusplus
-extern "C" { /* I really dislike this - iwj. */
-#endif
#include <stdio.h>
#include <stdio.h>
@@
-68,6
+65,10
@@
extern "C" { /* I really dislike this - iwj. */
#include <sys/time.h>
#include <unistd.h>
#include <sys/time.h>
#include <unistd.h>
+#ifdef __cplusplus
+extern "C" { /* I really dislike this - iwj. */
+#endif
+
/* All struct in_addr anywhere in adns are in NETWORK byte order. */
typedef struct adns__state *adns_state;
/* All struct in_addr anywhere in adns are in NETWORK byte order. */
typedef struct adns__state *adns_state;