]> andersk Git - moira.git/blobdiff - update/checksum.c
Use krb5_error_code for return value of krb5 library functions.
[moira.git] / update / checksum.c
index 5a2323dcc9c584921a337506529d7595a3ba737f..4389054688dd9f297012fe2e0f93b88c229b4a42 100644 (file)
@@ -18,9 +18,9 @@ RCSID("$Header$");
  * returns 24-bit checksum of bytes in file
  */
 
-int checksum_file(char *path)
+long checksum_file(char *path)
 {
-  int sum;
+  long sum;
   int ch;
   FILE *f;
 
This page took 0.083065 seconds and 4 git commands to generate.