Skip to content

Commit 24207ea

Browse files
committed
Declare getdns_error as extern
1 parent cd6894b commit 24207ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygetdns.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# define UNUSED_PARAM(x) ((void)(x))
4040
#endif
4141

42-
PyObject *getdns_error;
42+
extern PyObject *getdns_error;
4343

4444
typedef struct pygetdns_libevent_callback_data {
4545
void *userarg;

0 commit comments

Comments
 (0)