/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

  1. #ifndef UTIL_RUNTIMEFEEDBACK_FWD_H
  2. #define UTIL_RUNTIMEFEEDBACK_FWD_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. struct PyFeedbackMap;
  7. struct PyFeedbackMap *PyFeedbackMap_New(void);
  8. void PyFeedbackMap_Del(struct PyFeedbackMap *);
  9. PyAPI_FUNC(void) PyFeedbackMap_Clear(struct PyFeedbackMap *);
  10. #ifdef __cplusplus
  11. } /* extern "C" */
  12. #endif
  13. #endif /* UTIL_RUNTIMEFEEDBACK_FWD_H */