Add missing documentation for new 'more' and 'less' commands in guestfish.
[libguestfs.git] / daemon / checksum.c
index bdbef13..3654b65 100644 (file)
@@ -28,7 +28,7 @@
 #include "actions.h"
 
 char *
-do_checksum (const char *csumtype, const char *path)
+do_checksum (char *csumtype, char *path)
 {
   const char *program;
   char *buf;