From c2a74cc20ebaa9898052ab758821ccfc7c3ee1f4 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Thu, 2 Jun 2016 16:54:20 -0400 Subject: Initial commit --- src/shared.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/shared.h (limited to 'src/shared.h') 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 + +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 -- cgit v1.2.3-70-g09d2