Changeset 609 for branches/GNU/src/binutils/gprof/source.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/gprof/source.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* source.h 2 2 3 Copyright 2000, 2001 Free Software Foundation, Inc.3 Copyright 2000, 2001, 2002 Free Software Foundation, Inc. 4 4 5 5 This file is part of GNU Binutils. … … 23 23 #define source_h 24 24 25 #include <stdio.h>26 #include "gprof.h"27 #include "search_list.h"28 29 25 typedef struct source_file 30 26 { … … 39 35 40 36 /* Options. */ 41 extern bool create_annotation_files; /* Create annotated output files? */ 37 38 /* Create annotated output files? */ 39 extern bfd_boolean create_annotation_files; 42 40 43 41 /* List of directories to search for source files. */ … … 59 57 that summary statistics can be printed. If the returned file 60 58 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));59 extern FILE *annotate_source 60 PARAMS ((Source_File *sf, unsigned int max_width, 61 void (*annote) (char *, unsigned int, int, PTR arg), 62 PTR arg)); 65 63 #endif /* source_h */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.