Skip to content

Commit

Permalink
add dl_hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ColumPaget committed Nov 6, 2020
1 parent 733f810 commit 0c4ee3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dl_hooks.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef ENHANCER_DL_HOOKS_H
#define ENHANCER_DL_HOOKS_H

void *(*enhancer_real_dlopen)(const char *filename, int flag);
void enhancer_dl_hooks();

#endif

0 comments on commit 0c4ee3f

Please sign in to comment.