]> git.cworth.org Git - fips/blobdiff - execute.h
Allow fips to compile with OpenGL without GLfixed
[fips] / execute.h
index 03af7779a229aeb6fae5ec7a84d82572b56e7d42..c1ba3bca1d35932ba26547a0ad321621da7cbecb 100644 (file)
--- a/execute.h
+++ b/execute.h
 #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