mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
11 lines
332 B
C
11 lines
332 B
C
--- src/alarm-applet.h.orig 2020-08-27 17:50:22 UTC
|
|
+++ src/alarm-applet.h
|
|
@@ -46,7 +46,7 @@ G_BEGIN_DECLS
|
|
|
|
typedef struct _AlarmApplet AlarmApplet;
|
|
|
|
-GHashTable *app_command_map;
|
|
+extern GHashTable *app_command_map;
|
|
|
|
void alarm_applet_label_update (AlarmApplet *applet);
|
|
void alarm_applet_clear_alarms (AlarmApplet *applet);
|