rubyfb 0.6.4 → 0.6.7

Sign up to get free protection for your applications and to get access to all the features.
data/ext/Row.h DELETED
@@ -1,38 +0,0 @@
1
- /*------------------------------------------------------------------------------
2
- * Row.h
3
- *----------------------------------------------------------------------------*/
4
- /**
5
- * Copyright � Peter Wood, 2005
6
- *
7
- * The contents of this file are subject to the Mozilla Public License Version
8
- * 1.1 (the "License"); you may not use this file except in compliance with the
9
- * License. You may obtain a copy of the License at
10
- *
11
- * http://www.mozilla.org/MPL/
12
- *
13
- * Software distributed under the License is distributed on an "AS IS" basis,
14
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
15
- * the specificlanguage governing rights and limitations under the License.
16
- *
17
- * The Original Code is the FireRuby extension for the Ruby language.
18
- *
19
- * The Initial Developer of the Original Code is Peter Wood. All Rights
20
- * Reserved.
21
- *
22
- * @author Peter Wood
23
- * @version 1.0
24
- */
25
- #ifndef FIRERUBY_ROW_H
26
- #define FIRERUBY_ROW_H
27
-
28
- /* Includes. */
29
- #ifndef RUBY_H_INCLUDED
30
- #include "ruby.h"
31
- #define RUBY_H_INCLUDED
32
- #endif
33
-
34
- /* Function prototypes. */
35
- void Init_Row(VALUE);
36
- VALUE rb_row_new(VALUE, VALUE);
37
-
38
- #endif // FIRERUBY_ROW_H