X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=execute.h;fp=execute.h;h=03af7779a229aeb6fae5ec7a84d82572b56e7d42;hb=1f4014b53a4dc77768f3998a6fd3b67024431fa3;hp=8b9192f7ca5bfbe41e19221d324ad6fd1da6d411;hpb=07d2b55d88742b0ca38507daae7101619f0b96d5;p=fips diff --git a/execute.h b/execute.h index 8b9192f..03af777 100644 --- a/execute.h +++ b/execute.h @@ -22,9 +22,11 @@ #ifndef EXECUTE_H #define EXECUTE_H -/* Execute the program with arguments as specified. +/* Execute the program with arguments as specified, but with the + * library specified in "library" pre-loaded. The library should be + * specified as the compiled filename (such as libfips.so). */ int -execute (int argc, char * const argv[]); +execute_with_preload (int argc, char * const argv[], const char *library); #endif