libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lt_dlforeach replacement?


From: Zopolis0
Subject: lt_dlforeach replacement?
Date: Fri, 22 Jul 2022 09:01:56 +1000

I'm trying to revive a project that used lt_dlforeach, which is now deprecated.
What function should I use to replace it? The same question was asked before, about the same code, but it was not answered.

This is the code I need to fix:
  lookup_data data;
  data.symname = symname;
  data.result = NULL;
  lt_dlforeach (find_symbol, (lt_ptr) &data);
  return data.result;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]