From 8ae4f8f5985445b1ce3547975f407847c0fee0f7 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 28 Dec 2019 14:49:46 -0500 Subject: Documentation (and stubs) --- src/rpath.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/rpath.c') 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; -- cgit