summaryrefslogtreecommitdiff
path: root/detect/env.h
blob: 7cde9af170dc1d4fc20678750d963959961945dc (plain)
1
2
3
4
5
6
7
#ifndef _ENV_
#define _ENV_
int gdb_columns();
int gdb_lines();
int gdb_path();
#endif