mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
11 lines
234 B
C
11 lines
234 B
C
--- 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 */
|