aboutsummaryrefslogtreecommitdiff
path: root/plugins/backend_file.h
blob: 04b352802a06e75fd7b2b0206613116e3565c1ff (plain)
1
2
3
4
5
6
#include "../websocksy.h"

uint64_t init();
uint64_t configure(char* key, char* value);
ws_peer_info query(char* endpoint, size_t protocols, char** protocol, size_t headers, ws_http_header* header, websocket* ws);
void cleanup();