Moved release module into common

This commit is contained in:
James Booth
2013-01-28 20:07:25 +00:00
parent 6c3b42cd24
commit 06ecfef1f3
6 changed files with 56 additions and 111 deletions

View File

@@ -58,5 +58,6 @@ 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);
char* release_get_latest(void);
#endif