X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fchecksum.c;h=bb30b05eb7fb89010d4d38fedeb5ceedb1a3a944;hb=5d6cc25900df4e13e4085f13d4f846cc9719ce61;hp=bdbef13b89a9bf037cad96bc66e5906836a4dcdc;hpb=aef3d2013fee188c9607f35657c45df88503cd64;p=libguestfs.git diff --git a/daemon/checksum.c b/daemon/checksum.c index bdbef13..bb30b05 100644 --- a/daemon/checksum.c +++ b/daemon/checksum.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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;