commit | 856ae5c3324abb8fe6d905262e1cc9f4437e719f | [log] [tgz] |
---|---|---|
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Apr 07 17:57:09 2009 +0000 |
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Apr 07 17:57:09 2009 +0000 |
tree | 03c5f9e6554994c4b3144216154093facf8411a1 | |
parent | 669b92ed34588786bfa963982c0050b941292569 [diff] [blame] |
Fix a few Sparse warnings git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7016 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/cmd.h b/cmd.h index 5ca8fcf..c5be50f 100644 --- a/cmd.h +++ b/cmd.h
@@ -75,4 +75,6 @@ extern void timestr(struct timeval *tv, char *str, size_t sz, int flags); +extern char *progname; + #endif /* __COMMAND_H__ */