diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-28 14:49:46 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-28 14:49:46 -0500 |
commit | 8ae4f8f5985445b1ce3547975f407847c0fee0f7 (patch) | |
tree | a107d4e30fc4a414d2fb3fc656887651e810311e /src/rpath.c | |
parent | 5a754bcdc0f5e432c1d7cd358c74dfb2d6f0f1ea (diff) | |
download | spmc-8ae4f8f5985445b1ce3547975f407847c0fee0f7.tar.gz |
Documentation (and stubs)
Diffstat (limited to 'src/rpath.c')
-rw-r--r-- | src/rpath.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rpath.c b/src/rpath.c index b7d4937..99d3403 100644 --- a/src/rpath.c +++ b/src/rpath.c @@ -138,6 +138,12 @@ char *rpath_generate(const char *_filename) { return result; } +/** + * Set the RPATH of an executable + * @param filename + * @param _rpath + * @return + */ int rpath_set(const char *filename, char *_rpath) { int returncode; |