diff options
Diffstat (limited to 'detect/env.h')
| -rw-r--r-- | detect/env.h | 7 |
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_ | ||
| 3 | int gdb_columns(); | ||
| 4 | int gdb_lines(); | ||
| 5 | int gdb_path(); | ||
| 6 | #endif | ||
| 7 | |||
