windows-nt/Source/XPSP1/NT/net/rras/rtmv2/lookup.c
2020-09-26 16:20:57 +08:00

33 lines
370 B
C

/*++
Copyright (c) 1995-1998 Microsoft Corporation
Module Name:
lookup.h
Abstract:
Contains routines for a generalized best
matching prefix lookup data structure.
Author:
Chaitanya Kodeboyina (chaitk) 20-Jun-1998
Revision History:
--*/
#include "pchrtm.h"
#pragma hdrstop
#if PAT_TRIE
#include "pattrie.c"
#else
#include "avltrie.c"
#endif