We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a17f20 commit c37ead4Copy full SHA for c37ead4
1 file changed
src/zeroconf/_protocol/incoming.pxd
@@ -87,7 +87,7 @@ cdef class DNSIncoming:
87
link_py_int=object,
88
linked_labels=cython.list
89
)
90
- cdef _decode_labels_at_offset(self, unsigned int off, cython.list labels, cython.set seen_pointers)
+ cdef cython.uint _decode_labels_at_offset(self, unsigned int off, cython.list labels, cython.set seen_pointers)
91
92
cdef _read_header(self)
93
0 commit comments