X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Ftime.c;h=48cf10023cfd51ccd8ec877bc052e58effca58b0;hp=ed00c18e9b1be64f43217ad1bf11ea3557606537;hb=58915725b1e464f7d447c0051ad916fbc1a82210;hpb=2f1a50d81671810256dce0852e6b1e0810ac44af diff --git a/fish/time.c b/fish/time.c index ed00c18..48cf100 100644 --- a/fish/time.c +++ b/fish/time.c @@ -26,7 +26,7 @@ #include "fish.h" int -do_time (const char *cmd, int argc, char *argv[]) +run_time (const char *cmd, size_t argc, char *argv[]) { struct timeval start_t, end_t; int64_t start_us, end_us, elapsed_us;