aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-15 16:49:36 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-15 17:02:25 +0200
commit9946c0363648b44d396b07d8a1a4557c568edc88 (patch)
treed5a2426e266c14f4e4773bacccff7cb8456466c5 /src/main.h
parent73393bfab65515c68159a649c10856659b5ac016 (diff)
Implement html sync, fix rss sync
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
new file mode 100644
index 0000000..5312063
--- /dev/null
+++ b/src/main.h
@@ -0,0 +1,6 @@
+#ifndef MAIN_H
+#define MAIN_H
+
+int is_program_running();
+
+#endif