rosenrot/plugins/libre_redirect/libre_redirect.h

10 lines
165 B
C
Raw Permalink Normal View History

#ifndef LIBRE_REDIRECT
#define LIBRE_REDIRECT
#define LIBRE_N 19
int libre_redirect(const char* uri, char* uri_filtered);
2022-12-13 20:18:23 +00:00
void str_init(char* str, int n);
#endif