2005-01-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * libltdl/ltdl.c: Whitespace cleanup.
+
* config/ltmain.m4sh: New option `--verbose'/`-v' to enable
override of `--silent'. Verbose is the default behavior.
* doc/libtool.texi (Invoking libtool): Document it.
static int canonicalize_path (const char *path, char **pcanonical);
-static int argzize_path (const char *path,
+static int argzize_path (const char *path,
char **pargz, size_t *pargz_len);
static FILE *find_file (const char *search_path,
const char *base_name, char **pdir);
static char *user_search_path= 0;
static lt_dlhandle handles = 0;
-static int initialized = 0;
+static int initialized = 0;
/* Our memory failure callback sets the error message to be passed back
up to the client, so we must be careful to return from mallocation
}
/* Bootstrap the loader loading with the preopening loader. */
-#define get_vtable preopen_LTX_get_vtable
+#define get_vtable preopen_LTX_get_vtable
#define preloaded_symbols LT_CONC3(lt_, LTDLOPEN, _LTX_preloaded_symbols)
LT_SCOPE const lt_dlvtable * get_vtable (lt_user_data data);