Whoops, missed a couple more C-style casts.
[oota-llvm.git] / include / llvm / Support / PluginLoader.h
index 74e5a0394df8af87cf236b19ecd7145190103472..7789ae8b548649603e4e22aa26e1c9b5247f5a16 100644 (file)
@@ -22,6 +22,8 @@
 namespace llvm {
   struct PluginLoader {
     void operator=(const std::string &Filename);
+    static unsigned getNumPlugins();
+    static std::string& getPlugin(unsigned num);
   };
 
 #ifndef DONT_GET_PLUGIN_LOADER_OPTION