diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-01 13:04:04 -0700 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-01 13:04:04 -0700 |
commit | 9e0ff569ee66e4031b697bbfab669412cf90cb8a (patch) | |
tree | 63423730ef69bdd076ad9a131199c57e8b01f32c /prelink.h | |
download | deltarpm-upstream/3.5.git.tar.gz deltarpm-upstream/3.5.git.tar.bz2 deltarpm-upstream/3.5.git.zip |
Imported Upstream version 3.5.gitupstream/3.5.gitupstream
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); |