rosenrot/plugins/libre_redirect/str_replace_start.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

7 lines
157 B
C
Executable File

#ifndef STR_REPLACE_H_
#define STR_REPLACE_H_
int str_replace_start(const char* string, const char* target, const char* replacement, char* output);
#endif