Moved RUBY_EVAS_OBJECT_KEY from rb_evas.h to rb_evas_object.h.
[ruby-evas.git] / src / rb_evas.h
index eef52779e213118186df57fbe5e21d6898edfc92..8e6488acf6d9deaf65c26eda42bd21e1bf08cd89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id$
+ * $Id: rb_evas.h 42 2004-07-25 16:08:00Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -23,6 +23,7 @@
 
 VALUE cEvas;
 
+void Init_Evas (void);
 VALUE TO_EVAS (VALUE parent, Evas *e);
 
 #endif