File: nfq_utils.h

package info (click to toggle)
nfqueue-bindings 0.4-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 232 kB
  • sloc: ansic: 257; python: 211; perl: 183; makefile: 28; sh: 25
file content (6 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#ifndef __NFQ_UTILS__
#define __NFQ_UTILS__

int timeval_subtract (struct timeval *result, struct timeval *x, struct timeval *y);

#endif /* __NFQ_UTILS__ */