File: expintf.h

package info (click to toggle)
npd6 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 240 kB
  • sloc: ansic: 2,356; sh: 94; makefile: 79
file content (5 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
// Interface to expression parser

int storeExpression(char* expression);
int compareExpression(struct in6_addr* ipv6);