Add HTTP protocol using curl v6
[qemu] / cmd.h
diff --git a/cmd.h b/cmd.h
index 5ca8fcf..c5be50f 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -75,4 +75,6 @@ enum {
 
 extern void    timestr(struct timeval *tv, char *str, size_t sz, int flags);
 
+extern char *progname;
+
 #endif /* __COMMAND_H__ */