aboutsummaryrefslogtreecommitdiffhomepage
path: root/inspector.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-05 12:22:59 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-05 12:22:59 +0200
commit3d37212af16dee6c6dc8031f5b89c891d2271c4a (patch)
tree1d282f5287734fc13e0c3e0176c12a214adce9af /inspector.h
parente63aff702c6adbb6ed7d7c7ac7ae795d5485ccea (diff)
move webinspector code to a separate file
Diffstat (limited to 'inspector.h')
-rw-r--r--inspector.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/inspector.h b/inspector.h
new file mode 100644
index 0000000..57d0ca9
--- /dev/null
+++ b/inspector.h
@@ -0,0 +1,7 @@
+/*
+ ** WebInspector
+ ** (c) 2009 by Robert Manea
+*/
+
+void
+set_up_inspector();