strings: Improve code to detect excessively large minimum string lengths.
[binutils-gdb.git] / binutils / budbg.h
index af595988017cf5de05f9f26530eb72d8aad02624..697b4439099bfefcafaa0f1dcb6e51ee82495437 100644 (file)
@@ -1,5 +1,5 @@
 /* budbg.c -- Interfaces to the generic debugging information routines.
-   Copyright (C) 1995-2022 Free Software Foundation, Inc.
+   Copyright (C) 1995-2023 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <ian@cygnus.com>.
 
    This file is part of GNU Binutils.
@@ -36,7 +36,7 @@ extern bool print_debugging_info
 
 extern void *start_stab (void *, bfd *, bool, asymbol **, long);
 
-extern bool finish_stab (void *, void *);
+extern bool finish_stab (void *, void *, bool);
 
 extern bool parse_stab
   (void *, void *, int, int, bfd_vma, const char *);