X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Frb_evas.h;h=8e6488acf6d9deaf65c26eda42bd21e1bf08cd89;hb=08a63f63dbe7a5ffa9f04526c68b5d298c2e5f41;hp=eef52779e213118186df57fbe5e21d6898edfc92;hpb=57899c370e21841e01a3cecd3ad976dca250cf07;p=ruby-evas.git diff --git a/src/rb_evas.h b/src/rb_evas.h index eef5277..8e6488a 100644 --- a/src/rb_evas.h +++ b/src/rb_evas.h @@ -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