Description: Remove extern from wave_rpc_id in gconf.h.
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Forwarded: https://github.com/gtkwave/gtkwave/pull/16
Bug: https://github.com/gtkwave/gtkwave/issues/15
Bug-Debian: https:/bugs.debian.org/957322

Index: gtkwave/src/gconf.h
===================================================================
--- gtkwave.orig/src/gconf.h	2020-06-02 13:09:47.297894935 +0200
+++ gtkwave/src/gconf.h	2020-06-02 13:11:00.319945795 +0200
@@ -9,6 +9,7 @@
 
 #ifndef WAVE_GCONF_H
 #define WAVE_GCONF_H
+extern int wave_rpc_id __attribute__((__common__));
 
 #include <gtk/gtk.h>
 #include <stdlib.h>
@@ -26,7 +27,6 @@
 /*                      12345678901234567 */
 #define WAVE_GCONF_DIR_LEN (17)
 
-extern int wave_rpc_id;
 
 void wave_gconf_init(int argc, char **argv);
 gboolean wave_gconf_client_set_string(const gchar *key, const gchar *val);
