Changeset 1266

Show
Ignore:
Timestamp:
05/09/07 17:46:41 (1 year ago)
Author:
perry
Message:

Define the bpf constructor if it's available

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/libtrace_int.h

    r1263 r1266  
    458458void duck_constructor(void); 
    459459void atmhdr_constructor(void); 
     460#ifdef HAVE_BPF 
     461void bpf_constructor(void); 
     462#endif 
    460463 
    461464/* Used internally by get_wire_length() methods */