blob: 8ab9b79c3ba76f41b32ca81b3eeb54aa36710ea0 [file] [log] [blame]
Shih-wei Liao77ed6142010-04-07 12:21:42 -07001#ifndef _BCC_RUNTIME_H_
2# define _BCC_RUNTIME_H_
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8 void ListRuntimeFunction();
9void* FindRuntimeFunction(const char* Name);
10
11#ifdef __cplusplus
12};
13#endif
14
15#endif /* _BCC_RUNTIME_H_ */