aboutsummaryrefslogtreecommitdiff
path: root/plugins/stand_in/stand_in.c.old
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-03-28 10:59:38 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 10:59:38 -0600
commit1fca042b0bdb5978bd6ff3a2e982ced4154ceed3 (patch)
treeaceea4031680c78aacdda86107629f39a09d316a /plugins/stand_in/stand_in.c.old
parent3483af0f0f605a01b9524aeb1e333cda59ba35f6 (diff)
tweak: add rudimentary makefile
Diffstat (limited to 'plugins/stand_in/stand_in.c.old')
-rw-r--r--plugins/stand_in/stand_in.c.old27
1 files changed, 0 insertions, 27 deletions
diff --git a/plugins/stand_in/stand_in.c.old b/plugins/stand_in/stand_in.c.old
deleted file mode 100644
index dbcc7e8..0000000
--- a/plugins/stand_in/stand_in.c.old
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Why this file is needed:
- * If the plugins are disabled,
- * their conditionals will never resolve
- * and their functionality never comes into play
- * but the compiler still wants to know their type
-*/
-
-int libre_redirect(const char* uri, char* uri_filtered){
- return 0;
-}
-void str_init(char* str, int n){
-
-};
-
-int str_replace_start(const char* string, const char* target,
- const char* replacement, char* output){
- return 1;
-};
-
-void read_readability_js(char* string){
-
-}
-
-void read_style_js(char* string){
-
-}
-