summaryrefslogtreecommitdiff
path: root/registryd
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-08-21 14:15:19 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-08-21 14:15:19 -0400
commitc847823f73046f928ae942a37bd97ae5ca1501ae (patch)
tree9495465bc85f518ef04f379c2a010615a00b8a32 /registryd
parent59cca2975a867ac49dba570255abbc1c1b82ccf1 (diff)
downloadat-spi2-core-c847823f73046f928ae942a37bd97ae5ca1501ae.tar.gz
Fix build with -fno-common
Diffstat (limited to 'registryd')
-rw-r--r--registryd/introspection.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/registryd/introspection.h b/registryd/introspection.h
index 72240788..5c28333d 100644
--- a/registryd/introspection.h
+++ b/registryd/introspection.h
@@ -13,41 +13,41 @@
#define SPI_INTROSPECTION_DATA_H_
-const char *spi_org_a11y_atspi_Accessible;
+extern const char *spi_org_a11y_atspi_Accessible;
-const char *spi_org_a11y_atspi_Action;
+extern const char *spi_org_a11y_atspi_Action;
-const char *spi_org_a11y_atspi_Application;
+extern const char *spi_org_a11y_atspi_Application;
-const char *spi_org_a11y_atspi_Collection;
+extern const char *spi_org_a11y_atspi_Collection;
-const char *spi_org_a11y_atspi_Component;
+extern const char *spi_org_a11y_atspi_Component;
-const char *spi_org_a11y_atspi_Document;
+extern const char *spi_org_a11y_atspi_Document;
-const char *spi_org_a11y_atspi_Hypertext;
+extern const char *spi_org_a11y_atspi_Hypertext;
-const char *spi_org_a11y_atspi_Hyperlink;
+extern const char *spi_org_a11y_atspi_Hyperlink;
-const char *spi_org_a11y_atspi_Image;
+extern const char *spi_org_a11y_atspi_Image;
-const char *spi_org_a11y_atspi_Selection;
+extern const char *spi_org_a11y_atspi_Selection;
-const char *spi_org_a11y_atspi_Table;
+extern const char *spi_org_a11y_atspi_Table;
-const char *spi_org_a11y_atspi_Text;
+extern const char *spi_org_a11y_atspi_Text;
-const char *spi_org_a11y_atspi_EditableText;
+extern const char *spi_org_a11y_atspi_EditableText;
-const char *spi_org_a11y_atspi_Cache;
+extern const char *spi_org_a11y_atspi_Cache;
-const char *spi_org_a11y_atspi_Value;
+extern const char *spi_org_a11y_atspi_Value;
-const char *spi_org_a11y_atspi_Registry;
+extern const char *spi_org_a11y_atspi_Registry;
-const char *spi_org_a11y_atspi_DeviceEventController;
+extern const char *spi_org_a11y_atspi_DeviceEventController;
-const char *spi_org_a11y_atspi_DeviceEventListener;
+extern const char *spi_org_a11y_atspi_DeviceEventListener;
#endif /* SPI_INTROSPECTION_DATA_H_ */