Revision fae354ea0a8977654906987502e3b3e8843d6873 authored by Tony Kelman on 21 October 2014, 16:32:35 UTC, committed by Tony Kelman on 23 November 2014, 21:43:25 UTC
1 parent c7e70e3
Raw File
equalhash.h
#ifndef EQUALHASH_H
#define EQUALHASH_H

#include "htable.h"

#ifdef __cplusplus
extern "C" {
#endif

HTPROT(equalhash)

#ifdef __cplusplus
}
#endif

#endif
back to top