blob: 8ab9b79c3ba76f41b32ca81b3eeb54aa36710ea0 [file] [log] [blame]
#ifndef _BCC_RUNTIME_H_
# define _BCC_RUNTIME_H_
#ifdef __cplusplus
extern "C" {
#endif
void ListRuntimeFunction();
void* FindRuntimeFunction(const char* Name);
#ifdef __cplusplus
};
#endif
#endif /* _BCC_RUNTIME_H_ */