Started work on creating sha-1 caps hash

This commit is contained in:
James Booth
2013-01-20 17:16:45 +00:00
parent 4ecb69bfab
commit 64d81c7c4c
5 changed files with 102 additions and 2 deletions

View File

@@ -51,5 +51,6 @@ char * str_replace(const char *string, const char *substr,
int str_contains(char str[], int size, char ch);
char* encode_xml(const char * const xml);
char * prof_getline(FILE *stream);
int octet_compare(unsigned char *str1, unsigned char *str2);
#endif