blob: 4748be5cb648588811bee725ca2585802a550daf [file] [log] [blame]
David Reissea2cba82009-03-30 21:35:00 +00001/*
Kevin Clark916f3532009-03-20 04:21:39 +00002 * Licensed to the Apache Software Foundation (ASF) under one
3 * or more contributor license agreements. See the NOTICE file
4 * distributed with this work for additional information
5 * regarding copyright ownership. The ASF licenses this file
6 * to you under the Apache License, Version 2.0 (the
7 * "License"); you may not use this file except in compliance
8 * with the License. You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing,
13 * software distributed under the License is distributed on an
14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 * KIND, either express or implied. See the License for the
16 * specific language governing permissions and limitations
17 * under the License.
18 */
19
Bryan Duxbury33e190c2010-02-16 21:19:01 +000020
Bryan Duxburyc0166282009-02-02 00:48:17 +000021#include <stdbool.h>
22#include <ruby.h>
23
Bryan Duxbury1e80d442009-02-03 18:16:54 +000024void Init_struct();
Bryan Duxbury33e190c2010-02-16 21:19:01 +000025void Init_union();