X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=execute.h;h=c1ba3bca1d35932ba26547a0ad321621da7cbecb;hb=da0ee5e7efab316635f59d212028844f848fa6ce;hp=8b9192f7ca5bfbe41e19221d324ad6fd1da6d411;hpb=07d2b55d88742b0ca38507daae7101619f0b96d5;p=fips diff --git a/execute.h b/execute.h index 8b9192f..c1ba3bc 100644 --- a/execute.h +++ b/execute.h @@ -22,9 +22,10 @@ #ifndef EXECUTE_H #define EXECUTE_H -/* Execute the program with arguments as specified. +/* Execute the program with arguments as specified, but with the + * fips library specified as an LD_PRELOAD. */ int -execute (int argc, char * const argv[]); +execute_with_fips_preload (int argc, char * const argv[]); #endif