diff src/plugin.h @ 5838:6aa7651c7c15

[gaim-migrate @ 6269] regain the ability to remember what plugins we had loaded committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 12 Jun 2003 05:01:11 +0000
parents 5e7de337a053
children 8f5ccf9e590a
line wrap: on
line diff
--- a/src/plugin.h	Thu Jun 12 04:20:08 2003 +0000
+++ b/src/plugin.h	Thu Jun 12 05:01:11 2003 +0000
@@ -250,6 +250,11 @@
 void gaim_plugins_destroy_all(void);
 
 /**
+ * Attempts to load all the plugins that were loaded when gaim last quit
+ */
+void gaim_plugins_load_all(void);
+
+/**
  * Probes for plugins in the registered module paths.
  *
  * @param ext The extension type to probe for, or @c NULL for all.