Subversion Repositories Kolibri OS

Rev

Rev 5217 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5217 Rev 6324
Line 1... Line 1...
1
/* bucomm.h -- binutils common include file.
1
/* bucomm.h -- binutils common include file.
2
   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-
 
3
   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
-
 
4
   Free Software Foundation, Inc.
2
   Copyright (C) 1991-2015 Free Software Foundation, Inc.
Line 5... Line 3...
5
 
3
 
Line 6... Line 4...
6
   This file is part of GNU Binutils.
4
   This file is part of GNU Binutils.
7
 
5
 
Line 21... Line 19...
21
   MA 02110-1301, USA.  */
19
   MA 02110-1301, USA.  */
22

20

23
#ifndef _BUCOMM_H
21
#ifndef _BUCOMM_H
24
#define _BUCOMM_H
22
#define _BUCOMM_H
Line -... Line 23...
-
 
23
 
-
 
24
/* In bucomm.c.  */
25
 
25
 
26
/* Return the filename in a static buffer.  */
26
/* Return the filename in a static buffer.  */
Line 27... Line 27...
27
const char *bfd_get_archive_filename (const bfd *);
27
const char *bfd_get_archive_filename (const bfd *);
Line 56... Line 56...
56
 
56
 
Line 57... Line 57...
57
bfd_vma parse_vma (const char *, const char *);
57
bfd_vma parse_vma (const char *, const char *);
Line -... Line 58...
-
 
58
 
-
 
59
off_t get_file_size (const char *);
58
 
60
 
Line 59... Line 61...
59
off_t get_file_size (const char *);
61
bfd_boolean is_valid_archive_path (char const *);
60
 
62
 
Line 61... Line 63...
61
extern char *program_name;
63
extern char *program_name;
62
 
64
 
Line 63... Line 65...
63
/* filemode.c */
65
/* In filemode.c.  */
64
void mode_string (unsigned long, char *);
66
void mode_string (unsigned long, char *);
Line 65... Line 67...
65
 
67
 
Line 66... Line 68...
66
/* version.c */
68
/* In version.c.  */
67
extern void print_version (const char *);
69
extern void print_version (const char *);
Line 68... Line 70...
68
 
70
 
Line 69... Line 71...
69
/* rename.c */
71
/* In rename.c.  */