dl.h
changeset 1 9ccc1574a367
parent 0 7d3c07f8acfb
equal deleted inserted replaced
0:7d3c07f8acfb 1:9ccc1574a367
     1 #ifndef _DL_H_
     1 #ifndef _DL_H_
     2 #define _DL_H_
     2 #define _DL_H_
     3 void *get_original_function(const char *soname, const char *name);
     3 void *lib_function(const char* name, const char *soname);
     4 #endif
     4 #endif