mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Add a missing prototype
PR: 145232 Submitted by: gcooper MFC after: 1 week
This commit is contained in:
parent
03678e1179
commit
7100efb738
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209361
@ -757,6 +757,7 @@ void dictAppendUNS (FICL_DICT *pDict, FICL_UNS u);
|
||||
int dictCellsAvail (FICL_DICT *pDict);
|
||||
int dictCellsUsed (FICL_DICT *pDict);
|
||||
void dictCheck (FICL_DICT *pDict, FICL_VM *pVM, int n);
|
||||
void dictCheckThreshold(FICL_DICT* dp);
|
||||
FICL_DICT *dictCreate(unsigned nCELLS);
|
||||
FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash);
|
||||
FICL_HASH *dictCreateWordlist(FICL_DICT *dp, int nBuckets);
|
||||
|
Loading…
Reference in New Issue
Block a user