X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=src%2Frb_evas.h;h=6f5359a766abcbb2080f1b32f0ab9177ea97a337;hb=1b56a6791ef0e24b38fb32678115fb83b174ef30;hp=5bf0cf53d0f404d654a125f5873c0a8df7ee1b87;hpb=9af608c8ef88aadac161a557b27822c9defa39f0;p=ruby-evas.git diff --git a/src/rb_evas.h b/src/rb_evas.h index 5bf0cf5..6f5359a 100644 --- a/src/rb_evas.h +++ b/src/rb_evas.h @@ -1,5 +1,5 @@ /* - * $Id: rb_evas.h 2 2004-06-19 18:55:39Z tilman $ + * $Id: rb_evas.h 43 2004-07-26 10:49:51Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * @@ -21,8 +21,11 @@ #ifndef __RB_EVAS_H #define __RB_EVAS_H -VALUE cEvas; +#ifndef __RB_EVAS_C +extern VALUE cEvas; +#endif +void Init_Evas (void); VALUE TO_EVAS (VALUE parent, Evas *e); #endif