src/plugins.c

changeset 2405
967eeb138686
parent 2393
cfef0212506b
child 2494
895b59bd222b
equal deleted inserted replaced
2404:82282183830e 2405:967eeb138686
70 70
71 static GtkWidget *config = NULL; 71 static GtkWidget *config = NULL;
72 static guint confighandle = 0; 72 static guint confighandle = 0;
73 static GtkWidget *reload = NULL; 73 static GtkWidget *reload = NULL;
74 static GtkWidget *unload = NULL; 74 static GtkWidget *unload = NULL;
75 static char *last_dir = NULL; 75 extern char *last_dir;
76 76
77 /* --------------- Function Declarations --------------------- */ 77 /* --------------- Function Declarations --------------------- */
78 78
79 void show_plugins(GtkWidget *, gpointer); 79 void show_plugins(GtkWidget *, gpointer);
80 80

mercurial