X-Git-Url: http://git.code-monkey.de/?p=ruby-ecore.git;a=blobdiff_plain;f=src%2Fecore_evas%2Frb_buffer.h;fp=src%2Fecore_evas%2Frb_buffer.h;h=27f11a36a3780bddf73fcbd918291f34e65e0989;hp=0000000000000000000000000000000000000000;hb=5cc48c20486292fa4bacb9073dd72c6df5414c74;hpb=ed0241fbdef9687209a7b9f52ae6112e1bd72c3a diff --git a/src/ecore_evas/rb_buffer.h b/src/ecore_evas/rb_buffer.h new file mode 100644 index 0000000..27f11a3 --- /dev/null +++ b/src/ecore_evas/rb_buffer.h @@ -0,0 +1,26 @@ +/* + * $Id: rb_buffer.h 174 2005-01-19 21:31:04Z tilman $ + * + * Copyright (C) 2004-2005 ruby-ecore team (see AUTHORS) + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef __RB_BUFFER_H +#define __RB_BUFFER_H + +void Init_Buffer (void); + +#endif