]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - execute_cmd.h
Imported from ../bash-2.05a.tar.gz.
[thirdparty/bash.git] / execute_cmd.h
index f3048be1d12af420ee12545f52744e8bd5abef94..6de86be9c4d678bf27cdf23f35c3087fe43c82f7 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "stdc.h"
 
-extern struct fd_bitmap *new_fd_bitmap __P((long));
+extern struct fd_bitmap *new_fd_bitmap __P((int));
 extern void dispose_fd_bitmap __P((struct fd_bitmap *));
 extern void close_fd_bitmap __P((struct fd_bitmap *));
 extern int executing_line_number __P((void));