Merge pull request #1011 from jubalh/sha1

Get rid of p_sha1 dependency
This commit is contained in:
Michael Vetter
2018-09-19 11:45:19 +02:00
committed by GitHub
10 changed files with 21 additions and 530 deletions

View File

@@ -92,8 +92,6 @@ char* file_getline(FILE *stream);
char* release_get_latest(void);
gboolean release_is_new(char *found_version);
char* p_sha1_hash(char *str);
char* get_file_or_linked(char *loc, char *basedir);
char* strip_arg_quotes(const char *const input);
gboolean is_notify_enabled(void);