Skip to content

Commit

Permalink
Fix #53: incompatible pointer types in pyaff.c
Browse files Browse the repository at this point in the history
  • Loading branch information
sshock committed Feb 14, 2024
1 parent 4309b86 commit 01210f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyaff/afflib.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ from libc.stdint cimport int64_t, uint32_t, uint64_t
from posix.fcntl cimport O_RDONLY

cdef extern from "afflib/afflib.h":
struct AFFILE
struct _AFFILE
ctypedef _AFFILE AFFILE

enum: AF_MAX_NAME_LEN

Expand Down
2 changes: 1 addition & 1 deletion pyaff/pyaff.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01210f4

Please sign in to comment.