13 lines
258 B
C
13 lines
258 B
C
#ifndef VESSEL_SWITCH_H_
|
|
#define VESSEL_SWITCH_H_
|
|
|
|
#include "conf.h"
|
|
|
|
#include "def.h"
|
|
|
|
/* Static switch cases for strings. */
|
|
|
|
uint64_t vs_switch_hash(const char *src);
|
|
uint64_t vs_switch_hashn(const char *input, size_t len);
|
|
|
|
#endif /* VESSEL_SWITCH_H_ */
|