]> git.cameronkatri.com Git - bsd-progress.git/blobdiff - include/progressbar.h
Change some standard exit status text to ".Ex -std"
[bsd-progress.git] / include / progressbar.h
index 8b683bb2436a4e98ac95ef3087e60de2fafb3266..f627e88d5fcfcbe7331981c25e7f4e5ac4cc1833 100644 (file)
@@ -1,7 +1,7 @@
-/*     $NetBSD: progressbar.h,v 1.6 2008/04/28 20:24:13 martin Exp $   */
+/*     $NetBSD: progressbar.h,v 1.8 2009/04/12 10:18:52 lukem Exp $    */
 
 /*-
- * Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
+ * Copyright (c) 1996-2009 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -59,7 +59,7 @@ GLOBAL        int     fromatty;       /* input is from a terminal */
 GLOBAL int     verbose;        /* print messages coming back from server */
 GLOBAL int     quit_time;      /* maximum time to wait if stalled */
 
-GLOBAL char   *direction;      /* direction transfer is occurring */
+GLOBAL const char  *direction; /* direction transfer is occurring */
 
 GLOBAL sigjmp_buf toplevel;    /* non-local goto stuff for cmd scanner */
 #endif /* !STANDALONE_PROGRESS */