summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoriw <none@none>2010-01-07 15:10:20 +0000
committeriw <none@none>2010-01-07 15:10:20 +0000
commit39907904e843ae8971e8ce9468c6c463a4b2fc88 (patch)
tree6b8d69a0deb681f5d08910e34d3dc65a50002233 /include
parent47a430c3b81bc1aa50ae44918003a8f92f49366b (diff)
Include support for dialyzer
Diffstat (limited to 'include')
-rw-r--r--include/rebar.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl
index 4ec3778..ad3e2e0 100644
--- a/include/rebar.hrl
+++ b/include/rebar.hrl
@@ -1,3 +1,5 @@
+-record(config, { dir,
+ opts }).
-record(global_state, { working_dir }).