Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
579c5b496b467a2b175cb30caa4f6873cb13c9a1
/
.
/
Include
/
cpython
/
audit.h
blob: 536f92486320974bea1a70786a36bbdbec68d902 [
file
] [
log
] [
blame
]
#ifndef
_Py_CPYTHON_AUDIT_H
# error "this header file must not be included directly"
#endif
typedef
int
(*
Py_AuditHookFunction
)(
const
char
*,
PyObject
*,
void
*);
PyAPI_FUNC
(
int
)
PySys_AddAuditHook
(
Py_AuditHookFunction
,
void
*);