summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorportix <none@none>2012-12-20 12:45:56 +0100
committerportix <none@none>2012-12-20 12:45:56 +0100
commit26b475119e14a0cd3e0a202a7460f7c4d3bdd4e9 (patch)
treedb19646b32c9f60da9d6775ca82fe1aac27dc7ce /src
parentbb996253cec57495723701ed32facbe29e7ad0f3 (diff)
downloaddwb-26b475119e14a0cd3e0a202a7460f7c4d3bdd4e9.zip
Renaming _js_array_iterator -> js_array_iterator
Diffstat (limited to 'src')
-rw-r--r--src/js.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js.h b/src/js.h
index d0aa51e2..1d543a1b 100644
--- a/src/js.h
+++ b/src/js.h
@@ -40,7 +40,7 @@ JSValueRef js_json_to_value(JSContextRef ctx, const char *text);
JSValueRef js_context_change(JSContextRef, JSContextRef, JSValueRef, JSValueRef *);
JSObjectRef js_value_to_function(JSContextRef, JSValueRef, JSValueRef *);
-typedef struct _js_array_iterator {
+typedef struct js_array_iterator_s {
JSContextRef ctx;
JSObjectRef array;
int current_index;