rosenrot/plugins/libre_redirect/libre_redirect.h

10 lines
165 B
C
Raw Normal View History

#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