~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to api/findrepl.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
* RCS Modification History:
45
45
* -------------------------
46
46
* $Log: findrepl.h,v $
 
47
* Revision 6.3  2003/07/31 20:54:54  kans
 
48
* FindReplaceString does not need do_replace argument
 
49
*
 
50
* Revision 6.2  2003/07/31 18:18:03  kans
 
51
* added FindReplaceString
 
52
*
47
53
* Revision 6.1  2000/11/03 20:36:00  kans
48
54
* FindReplaceInEntity replaces FindInEntity and FindInEntityX - complete redesign, no longer using AsnExpOptExplore because of the difficulty of replacing with a larger string (TF + JK)
49
55
*
112
118
  Boolean do_seqid_local
113
119
);
114
120
 
 
121
NLM_EXTERN void FindReplaceString (
 
122
  CharPtr PNTR strp,
 
123
  CharPtr find_string,
 
124
  CharPtr replace_string,
 
125
  Boolean case_counts,
 
126
  Boolean whole_word
 
127
);
 
128
 
115
129
 
116
130
#ifdef __cplusplus
117
131
extern "C" }