generator: Generate guestfish-only commands.
[libguestfs.git] / fish / time.c
index ed00c18..f2fa0fc 100644 (file)
@@ -26,7 +26,7 @@
 #include "fish.h"
 
 int
-do_time (const char *cmd, int argc, char *argv[])
+run_time (const char *cmd, int argc, char *argv[])
 {
   struct timeval start_t, end_t;
   int64_t start_us, end_us, elapsed_us;