aboutsummaryrefslogtreecommitdiff
path: root/src/shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared.h')
-rw-r--r--src/shared.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/shared.h b/src/shared.h
new file mode 100644
index 0000000..5c7cc8e
--- /dev/null
+++ b/src/shared.h
@@ -0,0 +1,15 @@
+#ifndef __H__SHARED_H
+#define __H__SHARED_H
+#include <stdio.h>
+
+char* replaceHTML(char* str);
+
+unsigned long hash(unsigned char *str);
+
+char* useridhash(char* str);
+
+void makeRecent(unsigned long long bugid);
+
+void printbug(FILE* f);
+
+#endif