diff options
Diffstat (limited to 'prelink.h')
-rw-r--r-- | prelink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prelink.h b/prelink.h new file mode 100644 index 0000000..88c493e --- /dev/null +++ b/prelink.h @@ -0,0 +1,2 @@ +extern int is_prelinked(int fd, unsigned char *buf, int l); +extern int prelinked_open(char *name); |