summaryrefslogtreecommitdiff
path: root/detect/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'detect/env.h')
-rw-r--r--detect/env.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/detect/env.h b/detect/env.h
new file mode 100644
index 0000000..7cde9af
--- /dev/null
+++ b/detect/env.h
@@ -0,0 +1,7 @@
1#ifndef _ENV_
2#define _ENV_
3int gdb_columns();
4int gdb_lines();
5int gdb_path();
6#endif
7