X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=binutils%2Fbucomm.h;h=4b2cb2af937fb9c202f96a555d9d76bc0dc81955;hb=b928b56ea67da30216b79abd6a87ffda99fc911d;hp=74164e76a3ffbbe12edd2b3e4b81b5e9f75dd32c;hpb=8d8e0703f44b4fe58cb3e7ded5d337a3c868d3e2;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/bucomm.h b/binutils/bucomm.h index 74164e76a3..4b2cb2af93 100644 --- a/binutils/bucomm.h +++ b/binutils/bucomm.h @@ -1,6 +1,5 @@ /* bucomm.h -- binutils common include file. - Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2005, 2006, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1991-2016 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -22,6 +21,8 @@ #ifndef _BUCOMM_H #define _BUCOMM_H +/* In bucomm.c. */ + /* Return the filename in a static buffer. */ const char *bfd_get_archive_filename (const bfd *); @@ -57,20 +58,22 @@ bfd_vma parse_vma (const char *, const char *); off_t get_file_size (const char *); +bfd_boolean is_valid_archive_path (char const *); + extern char *program_name; -/* filemode.c */ +/* In filemode.c. */ void mode_string (unsigned long, char *); -/* version.c */ +/* In version.c. */ extern void print_version (const char *); -/* rename.c */ +/* In rename.c. */ extern void set_times (const char *, const struct stat *); extern int smart_rename (const char *, const char *, int); -/* libiberty. */ +/* In libiberty. */ void *xmalloc (size_t); void *xrealloc (void *, size_t);