We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f21f2c commit 134dcadCopy full SHA for 134dcad
1 file changed
src/zeroconf/_protocol/incoming.pxd
@@ -72,7 +72,7 @@ cdef class DNSIncoming:
72
link=cython.uint,
73
link_data=cython.uint
74
)
75
- cdef cython.uint _decode_labels_at_offset(self, unsigned int off, cython.list labels, cython.set seen_pointers)
+ cdef _decode_labels_at_offset(self, unsigned int off, cython.list labels, cython.set seen_pointers)
76
77
cdef _read_header(self)
78
0 commit comments