Skip to content

Commit

Permalink
missed declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Sep 12, 2024
1 parent c22952f commit 35eb81b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ static PyMethodDef s_module_methods[] = {
/* Checksum primitives */
AWS_PY_METHOD_DEF(checksums_crc32, METH_VARARGS),
AWS_PY_METHOD_DEF(checksums_crc32c, METH_VARARGS),
AWS_PY_METHOD_DEF(checksums_crc64nvme, METH_VARARGS),

/* HTTP */
AWS_PY_METHOD_DEF(http_connection_close, METH_VARARGS),
Expand Down

0 comments on commit 35eb81b

Please sign in to comment.