X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCChasht.h;h=89013cc5fa893ae2061a85c29443025d583fed85;hb=d08e6df2202ed3f19b681221b502dedb3c6c8a28;hp=4afcabec7b2822e65a95908674bd3d9416ac2a47;hpb=29779804200986ce903b5086441b49265a122dc5;p=fw%2Fsdcc diff --git a/src/SDCChasht.h b/src/SDCChasht.h index 4afcabec..89013cc5 100644 --- a/src/SDCChasht.h +++ b/src/SDCChasht.h @@ -106,6 +106,7 @@ void hTabDeleteAll (hTab *); void *hTabFirstItemWK (hTab * htab, int wk); void *hTabNextItemWK (hTab * htab); void hTabClearAll (hTab * htab); +int hTabMaxKey (hTab *htab); /** Find the first item that either is 'item' or which according to 'compareFunc' is the same as item.