* as/link/lkar.h: sgetl and sputl are independent of endianness
[fw/sdcc] / src / SDCChasht.h
index 4afcabec7b2822e65a95908674bd3d9416ac2a47..89013cc5fa893ae2061a85c29443025d583fed85 100644 (file)
@@ -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.