diff options
Diffstat (limited to 'execute_cmd.h')
-rw-r--r-- | execute_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |