We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067b66d commit abc75a7Copy full SHA for abc75a7
1 file changed
Scan.xs
@@ -56,7 +56,7 @@ typedef struct {
56
char* type;
57
int (*get_tags)(PerlIO *infile, char *file, HV *info, HV *tags);
58
int (*get_fileinfo)(PerlIO *infile, char *file, HV *tags);
59
- int (*find_frame)(PerlIO *infile, char *file, int offset);
+ off_t (*find_frame)(PerlIO *infile, char *file, int offset);
60
int (*find_frame_return_info)(PerlIO *infile, char *file, int offset, HV *info);
61
} taghandler;
62
0 commit comments