We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6894b commit a381c1cCopy full SHA for a381c1c
getdns.c
@@ -47,6 +47,8 @@
47
#include "pygetdns.h"
48
49
50
+PyObject *getdns_error;
51
+
52
53
PyMethodDef Context_methods[] = {
54
{ "get_api_information", (PyCFunction)context_get_api_information,
pygetdns.h
@@ -39,7 +39,7 @@
39
# define UNUSED_PARAM(x) ((void)(x))
40
#endif
41
42
-PyObject *getdns_error;
+extern PyObject *getdns_error;
43
44
typedef struct pygetdns_libevent_callback_data {
45
void *userarg;
0 commit comments