diff options
author | 2010-10-11 17:20:11 +0200 | |
---|---|---|
committer | 2010-10-11 17:20:11 +0200 | |
commit | f3fee983dd082266cc932df5b248d1a9b1bdd41a (patch) | |
tree | 547d2b6c7e6fc1afed5854568d1a18a2f8331b02 /modified.h | |
parent | Zero (diff) | |
download | conf-update-f3fee983dd082266cc932df5b248d1a9b1bdd41a.tar.gz conf-update-f3fee983dd082266cc932df5b248d1a9b1bdd41a.tar.bz2 conf-update-f3fee983dd082266cc932df5b248d1a9b1bdd41a.zip |
Add code of conf-update 1.01.0
Diffstat (limited to 'modified.h')
-rw-r--r-- | modified.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modified.h b/modified.h new file mode 100644 index 0000000..d99c46b --- /dev/null +++ b/modified.h @@ -0,0 +1,5 @@ +bool user_modified(char *file); +void md52hex(char *md5sum, char *hexdigest); +void calc_md5(char *file, char* hexdigest); +void md5sum_update_file(char *file, char *hexdigest); +void md5sum_update(char *file, char *hexdigest); |