summaryrefslogtreecommitdiff
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/struct.c b/struct.c
index ae1abc581f..d9e68a2734 100644
--- a/struct.c
+++ b/struct.c
@@ -329,7 +329,7 @@ struct_clone(s)
return (VALUE)st;
}
-static VALUE
+VALUE
struct_aref(s, idx)
struct RStruct *s;
VALUE idx;
@@ -345,7 +345,7 @@ struct_aref(s, idx)
return s->ptr[i];
}
-static VALUE
+VALUE
struct_aset(s, idx, val)
struct RStruct *s;
VALUE idx, val;