Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/gprof/source.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* source.h
    22
    3    Copyright 2000, 2001 Free Software Foundation, Inc.
     3   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
    44
    55This file is part of GNU Binutils.
     
    2323#define source_h
    2424
    25 #include <stdio.h>
    26 #include "gprof.h"
    27 #include "search_list.h"
    28 
    2925typedef struct source_file
    3026  {
     
    3935
    4036/* Options.  */
    41 extern bool create_annotation_files;    /* Create annotated output files?  */
     37
     38/* Create annotated output files?  */
     39extern bfd_boolean create_annotation_files;
    4240
    4341/* List of directories to search for source files.  */
     
    5957   that summary statistics can be printed.  If the returned file
    6058   is not stdout, it should be closed when done with it.  */
    61 extern FILE *annotate_source PARAMS ((Source_File * sf, int max_width,
    62                                       void (*annote) (char *b, int w, int l,
    63                                                       void *arg),
    64                                       void *arg));
     59extern FILE *annotate_source
     60  PARAMS ((Source_File *sf, unsigned int max_width,
     61           void (*annote) (char *, unsigned int, int, PTR arg),
     62           PTR arg));
    6563#endif /* source_h */
Note: See TracChangeset for help on using the changeset viewer.