timers: Createt TimersState and put all timers state there
[qemu] / cmd.h
diff --git a/cmd.h b/cmd.h
index 5ca8fcf..cbe9549 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write the Free Software Foundation,
- * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 #ifndef __COMMAND_H__
 #define __COMMAND_H__
@@ -75,4 +74,6 @@ enum {
 
 extern void    timestr(struct timeval *tv, char *str, size_t sz, int flags);
 
+extern char *progname;
+
 #endif /* __COMMAND_H__ */