/JIT/RuntimeFeedback_fwd.h
http://unladen-swallow.googlecode.com/ · C Header · 18 lines · 13 code · 5 blank · 0 comment · 0 complexity · 62fd0c3d0644672a7ac12c4249a70fa0 MD5 · raw file
- #ifndef UTIL_RUNTIMEFEEDBACK_FWD_H
- #define UTIL_RUNTIMEFEEDBACK_FWD_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- struct PyFeedbackMap;
- struct PyFeedbackMap *PyFeedbackMap_New(void);
- void PyFeedbackMap_Del(struct PyFeedbackMap *);
- PyAPI_FUNC(void) PyFeedbackMap_Clear(struct PyFeedbackMap *);
- #ifdef __cplusplus
- } /* extern "C" */
- #endif
- #endif /* UTIL_RUNTIMEFEEDBACK_FWD_H */