mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-07-02 12:42:49 +02:00
6 lines
83 B
C
6 lines
83 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
const unsigned long hash(const char *str);
|
|
|
|
#endif |