Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
b2ca26875a75fdd70e39a8fe2b1b31b863794c41
/
.
/
Include
/
cpython
/
audit.h
blob: 3c5c7a8c06091d0879cb234bee97a2475d5b702a [
file
]
#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
*);