File: spoofer.h

package info (click to toggle)
thc-ipv6 3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,116 kB
  • sloc: ansic: 52,618; sh: 529; makefile: 77; perl: 34
file content (12 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SPOOFER_H_
#define SPOOFER_H_
#include "data_structures.h"
#if defined (SPOOFER_C)
#define SPOOFER_EXT
#else
#define SPOOFER_EXT extern
#endif

SPOOFER_EXT void spoofer(MArgs mArgss);

#endif /*SPOOFER_H_ */