Move typedef to the header file

This commit is contained in:
luis 2011-07-26 12:03:09 +00:00
parent 89d1f3b8d3
commit 68911fc5ad
2 changed files with 10 additions and 11 deletions

View file

@ -156,17 +156,6 @@ class OsScanInfo;
os_scan_performance_vars_t perf;
typedef enum OFProbeType {
OFP_UNSET,
OFP_TSEQ,
OFP_TOPS,
OFP_TECN,
OFP_T1_7,
OFP_TICMP,
OFP_TUDP
} OFProbeType;
class OFProbe
{
public:

View file

@ -173,6 +173,16 @@ typedef struct osscan_timing_vals {
} osscan_timing_vals_t;
typedef enum OFProbeType {
OFP_UNSET,
OFP_TSEQ,
OFP_TOPS,
OFP_TECN,
OFP_T1_7,
OFP_TICMP,
OFP_TUDP
} OFProbeType;
/******************************************************************************
* FUNCTION PROTOTYPES *
******************************************************************************/