blob: d09620874888150fbc128e68f90ca8cc24716e11 [file] [log] [blame] [raw]
/*
* options.h
*
* Global options.
*
* Copyright (c) 2000 Dug Song <dugsong@monkey.org>
*
* $Id: options.h,v 1.4 2001/03/15 08:33:06 dugsong Exp $
*/
#ifndef OPTIONS_H
#define OPTIONS_H
extern int Opt_client;
extern u_short Opt_dns;
extern int Opt_debug;
extern int Opt_magic;
extern int Opt_read;
extern int Opt_write;
extern int Opt_snaplen;
extern int Opt_lines;
#endif /* OPTIONS_H */