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

« back to all changes in this revision

Viewing changes to network/spell/client/spellapi.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:
 
1
/*
 
2
*
 
3
*
 
4
* RCS Modification History:
 
5
* $Log: spellapi.h,v $
 
6
* Revision 6.0  1997/08/25 18:40:34  madden
 
7
* Revision changed to 6.0
 
8
*
 
9
* Revision 4.0  1995/07/26 13:55:42  ostell
 
10
* force revision to 4.0
 
11
*
 
12
 * Revision 1.3  1995/05/31  21:12:10  ostell
 
13
 * added SpellCheckData() to return user supplied data ptr and eliminate
 
14
 * the need for global static variables by calling functions
 
15
 *
 
16
 * Revision 1.2  1995/05/17  17:59:58  epstein
 
17
 * add RCS log revision history
 
18
 *
 
19
*/
 
20
 
 
21
Boolean SpellInit PROTO((void));
 
22
Boolean SpellFini PROTO((void));
 
23
int SpellCheck PROTO((CharPtr String, void (*CallBack)(CharPtr)));
 
24
int SpellCheckData PROTO((CharPtr String, void (*CallBack)(CharPtr,Pointer), Pointer userdata));
 
25
int StringInMedline PROTO((CharPtr String, void (*CallBack)(CharPtr)));
 
26
 
 
27
#define SPELL_SERV_RETRIES 2