summaryrefslogtreecommitdiffstats
path: root/jq.h
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2014-08-30 00:58:24 -0500
committerNicolas Williams <nico@cryptonector.com>2014-08-30 00:58:24 -0500
commit456bafa82fd4a4154b2697fb36e9b3cdb76e0f92 (patch)
treef38e218d4339fe00912160ed880e44b31eb85c98 /jq.h
parent7a8e3c759e01b6c6db159475fcaeb21b8fc2442d (diff)
Drop the jq version directory from search path
Diffstat (limited to 'jq.h')
-rw-r--r--jq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/jq.h b/jq.h
index b517c529..3c9c7e31 100644
--- a/jq.h
+++ b/jq.h
@@ -26,7 +26,6 @@ void jq_set_attrs(jq_state *, jv);
jv jq_get_attrs(jq_state *);
jv jq_get_lib_origin(jq_state *);
jv jq_get_lib_dirs(jq_state *);
-jv jq_get_version_dir(jq_state *);
void jq_set_attr(jq_state *, jv, jv);
jv jq_get_attr(jq_state *, jv);
#endif /* !_JQ_H_ */