summaryrefslogtreecommitdiff
path: root/src/search/hsearch.c
blob: 973d562e19da8b7b69adf1ccf12d035f6aad8478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#if 0

#include <search.h>
#include <stddef.h>

ENTRY * hsearch(ENTRY item, ACTION action)
{
	return NULL;
}

/*
XOPEN(4)
*/


#endif