1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-23 10:48:26 +00:00
Interlisp.maiko/inc/gchtfinddefs.h
Nick Briggs 8612d84761 Add missing function prototype to gchtfinddefs.h
modified:   inc/gchtfinddefs.h
2020-09-05 17:04:28 -07:00

8 lines
260 B
C

#ifndef GCHTFINDDEFS_H
#define GCHTFINDDEFS_H 1
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