rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

stand_in.h (621B)


      1 /* Why this file is needed:
      2  * If the plugins are disabled, 
      3  * their conditionals will never resolve
      4  * and their functionality never comes into play
      5  * but the compiler still wants to know their type
      6 */
      7 
      8 #pragma once
      9 
     10 #define LIBRE_N 0
     11 #define STYLE_N 0
     12 #define READABILITY_N 84638 + 1
     13 
     14 int libre_redirect(const char* uri, char* uri_filtered);
     15 void str_init(char* str, int n);
     16 
     17 int str_replace_start(const char* string, const char* target,
     18           const char* replacement, char* output);
     19 
     20 void read_readability_js(char* string);
     21 
     22 void read_style_js(char* string);
     23 
     24 int shortcut_expand(const char* uri, char* output);