]> git.cameronkatri.com Git - bsd-progress.git/blobdiff - include/progressbar.h
ftp: don't use restartable signals
[bsd-progress.git] / include / progressbar.h
index bb0c4e02975f3e7b87e832b7c2ca46ec8dacc351..daf382b47055368e28a581ca0424fdaa28b53484 100644 (file)
@@ -1,7 +1,7 @@
-/*     $NetBSD: progressbar.h,v 1.7 2008/09/30 03:41:53 lukem Exp $    */
+/*     $NetBSD: progressbar.h,v 1.9 2021/01/06 04:43:14 lukem Exp $    */
 
 /*-
- * Copyright (c) 1996-2008 The NetBSD Foundation, Inc.
+ * Copyright (c) 1996-2021 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 */
@@ -68,7 +68,6 @@ int   foregroundproc(void);
 void   alarmtimer(int);
 void   progressmeter(int);
 sigfunc        xsignal(int, sigfunc);
-sigfunc        xsignal_restart(int, sigfunc, int);
 
 #ifndef STANDALONE_PROGRESS
 void   psummary(int);