Revision 303ea5228fe67b15a7692952bd6d3deeb83b8509 authored by DilumAluthgeBot on 18 May 2023, 15:19:25 UTC, committed by Kristoffer on 27 May 2023, 19:36:59 UTC
1 parent d175b27
Raw File
equalhash.h
#ifndef JL_EQUALHASH_H
#define JL_EQUALHASH_H

#include "htable.h"

#ifdef __cplusplus
extern "C" {
#endif

HTPROT_R(equalhash)

#ifdef __cplusplus
}
#endif

#endif
back to top