]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/suspend.def
Imported from ../bash-3.2.tar.gz.
[thirdparty/bash.git] / builtins / suspend.def
index d616d775bf2dfe38a717adce4d6aa574cb22c5b1..ea86ae22ce02ba8e9eaa94de9569de093701a13d 100644 (file)
@@ -48,13 +48,15 @@ $END
 #include "common.h"
 #include "bashgetopt.h"
 
+static sighandler suspend_continue __P((int));
+
 static SigHandler *old_cont;
 #if 0
 static SigHandler *old_stop;
 #endif
 
 /* Continue handler. */
-sighandler
+static sighandler
 suspend_continue (sig)
      int sig;
 {