mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-30 08:44:57 +00:00
9 lines
231 B
C
9 lines
231 B
C
#ifndef _Ty_CPYTHON_AUDIT_H
|
|
# error "this header file must not be included directly"
|
|
#endif
|
|
|
|
|
|
typedef int(*Ty_AuditHookFunction)(const char *, TyObject *, void *);
|
|
|
|
PyAPI_FUNC(int) TySys_AddAuditHook(Ty_AuditHookFunction, void*);
|