blob: 0026efaefd04c86b6a79c14ff8e08491a183e7c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- panel/plugin.h.orig 2020-08-28 22:09:44 UTC
+++ panel/plugin.h
@@ -9,7 +9,7 @@
#include <stdio.h>
#include "panel.h"
-struct _plugin_instance *stam;
+extern struct _plugin_instance *stam;
typedef struct {
/* common */
|