spec file now generated with correct version number.

This commit is contained in:
pdw
2002-10-21 14:29:39 +00:00
parent 8010c98d26
commit a26049dbb1
6 changed files with 29 additions and 18 deletions

View File

@@ -10,11 +10,6 @@
#include <netinet/in.h>
#include <arpa/inet.h>
typedef enum {
OPTION_AGGREGATE_OFF,
OPTION_AGGREGATE_SRC,
OPTION_AGGREGATE_DEST
} option_aggregate_t;
typedef enum {
OPTION_PORTS_OFF,
@@ -43,6 +38,7 @@ typedef struct {
int aggregate_dest;
int paused;
int showhelp;
int bandwidth_in_bytes;
} options_t;