summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
3d5cde0)
@@ -1,3 +1,9 @@
+adns (0.9) unstable; urgency=low
+
+ * Move `extern "C" {' to after #include <...>'s.
+
+ --
+
adns (0.8) BETA; urgency=medium
Bugfixes:
+adns (0.9) unstable; urgency=low
+
+ * Move `extern "C" {' to after #include <...>'s.
+
+ --
+
adns (0.8) BETA; urgency=medium
Bugfixes:
adns (0.8) BETA; urgency=medium
Bugfixes:
#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 <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;