1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-03 10:05:22 +00:00

Add missing function prototype to gchtfinddefs.h

modified:   inc/gchtfinddefs.h
This commit is contained in:
Nick Briggs
2020-09-05 17:04:28 -07:00
parent cfc0046675
commit 8612d84761

View File

@@ -3,4 +3,5 @@
void enter_big_reference_count(LispPTR ptr);
void modify_big_reference_count(LispPTR *entry, DLword casep, LispPTR ptr);
LispPTR htfind(LispPTR ptr, int casep);
LispPTR rec_htfind(LispPTR ptr, int casep);
#endif