Copyright change: LLC -> LLC(Netgate)

This commit is contained in:
Olof hagsand 2020-04-23 16:55:56 +02:00
parent 476f1d84d3
commit 65806f1ef2
100 changed files with 136 additions and 110 deletions

View file

@ -3,6 +3,7 @@
***** BEGIN LICENSE BLOCK *****
Copyright (C) 2009-2019 Olof Hagsand
Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate)
This file is part of CLIXON.
@ -41,10 +42,6 @@
int xpath_list_optimize_stats(int *hits);
int xpath_list_optimize_set(int enable);
void xpath_optimize_exit(void);
#if 0 /* XXX kludge for include file dependencies */
int xpath_optimize_check(xpath_tree *xs, cxobj *xv, cxobj ***xvec0, int *xlen0);
#else
int xpath_optimize_check();
#endif
#endif /* _CLIXON_XPATH_OPTIMIZE_H */