Update README
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / accessible-leasing.h
index 50f1f3c..af01a78 100644 (file)
@@ -21,8 +21,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#ifndef ACCESSIBLE_LEASING
-#define ACCESSIBLE_LEASING
+#ifndef ACCESSIBLE_LEASING_H
+#define ACCESSIBLE_LEASING_H
 
 #include <glib.h>
 #include <glib-object.h>
@@ -53,7 +53,9 @@ struct _SpiLeasingClass
 
 GType spi_leasing_get_type (void);
 
+extern SpiLeasing *spi_global_leasing;
+
 GObject *spi_leasing_take (SpiLeasing * leasing, GObject * object);
 
 G_END_DECLS
-#endif /* ACCESSIBLE_LEASING */
+#endif /* ACCESSIBLE_LEASING_H */