aboutsummaryrefslogtreecommitdiff
path: root/src/shared.h
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-06-02 16:54:20 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-06-02 16:54:20 -0400
commitc2a74cc20ebaa9898052ab758821ccfc7c3ee1f4 (patch)
tree9a9d90471dd6241da885950c5b52416bba28619f /src/shared.h
downloadsober-c2a74cc20ebaa9898052ab758821ccfc7c3ee1f4.tar.gz
sober-c2a74cc20ebaa9898052ab758821ccfc7c3ee1f4.tar.bz2
sober-c2a74cc20ebaa9898052ab758821ccfc7c3ee1f4.zip
Initial commit
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