From f73dda092b33638d2d5e9c35375f687a607b5403 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Tue, 13 Nov 2001 17:56:06 +0000 Subject: Imported from ../bash-2.05a.tar.gz. --- execute_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'execute_cmd.h') diff --git a/execute_cmd.h b/execute_cmd.h index f3048be..6de86be 100644 --- a/execute_cmd.h +++ b/execute_cmd.h @@ -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)); -- cgit v1.2.3