1 #ifndef _DL_H_
2 #define _DL_H_
3 void *get_original_function(const char *soname, const char *name);
4 #endif