rosenrot/plugins/libre_redirect/libre_redirect.h
NunoSempere 6ff86dcc44 feat: redirect websites to open-source frontends
1. Adds code for redirecting annoying websites to their open-source
frontends, when these exist.

2. Organize this in a "plugins" folder
2022-12-17 20:47:44 +01:00

10 lines
165 B
C
Executable File

#ifndef LIBRE_REDIRECT
#define LIBRE_REDIRECT
#define LIBRE_N 19
int libre_redirect(const char* uri, char* uri_filtered);
void str_init(char* str, int n);
#endif