Sha256: 22e16f1011d466100588f62230d366c7323ea1fc406b0de47dd8308e352f0ac7

Contents?: true

Size: 331 Bytes

Versions: 8

Compression:

Stored size: 331 Bytes

Contents

// Copyright (c) 2011 Peter Ohler. All rights reserved.

#ifndef OJ_RESOLVE_H
#define OJ_RESOLVE_H

#include "ruby.h"

extern VALUE	oj_name2class(ParseInfo pi, const char *name, size_t len, int auto_define, VALUE error_class);
extern VALUE	oj_name2struct(ParseInfo pi, VALUE nameVal, VALUE error_class);

#endif /* OJ_RESOLVE_H */

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
oj-3.11.3 ext/oj/resolve.h
oj-3.11.2 ext/oj/resolve.h
oj-3.11.1 ext/oj/resolve.h
oj-3.11.0 ext/oj/resolve.h
oj-3.10.18 ext/oj/resolve.h
oj-3.10.17 ext/oj/resolve.h
oj-3.10.16 ext/oj/resolve.h
oj-3.10.15 ext/oj/resolve.h