X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=execute.h;h=c1ba3bca1d35932ba26547a0ad321621da7cbecb;hb=6dcb864fcfa77c4bf4eb7e1c04f00e53f9fee446;hp=03af7779a229aeb6fae5ec7a84d82572b56e7d42;hpb=1f4014b53a4dc77768f3998a6fd3b67024431fa3;p=fips diff --git a/execute.h b/execute.h index 03af777..c1ba3bc 100644 --- a/execute.h +++ b/execute.h @@ -23,10 +23,9 @@ #define EXECUTE_H /* 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). + * fips library specified as an LD_PRELOAD. */ int -execute_with_preload (int argc, char * const argv[], const char *library); +execute_with_fips_preload (int argc, char * const argv[]); #endif