]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/sb.h
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gas / sb.h
index cc11ef658bbdc30bdc59af8786d5089f7a4c0eea..471dce31a05a11ab9472d0fcba753ae98d1e160f 100644 (file)
--- a/gas/sb.h
+++ b/gas/sb.h
@@ -1,6 +1,5 @@
 /* sb.h - header file for string buffer manipulation routines
-   Copyright 1994, 1995, 2000, 2003, 2005, 2006, 2007, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1994-2021 Free Software Foundation, Inc.
 
    Written by Steve and Judy Chamberlain of Cygnus Support,
       sac@cygnus.com
@@ -53,6 +52,7 @@ typedef struct sb
 sb;
 
 extern void sb_new (sb *);
+extern void sb_build (sb *, size_t);
 extern void sb_kill (sb *);
 extern void sb_add_sb (sb *, sb *);
 extern void sb_scrub_and_add_sb (sb *, sb *);