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

« back to all changes in this revision

Viewing changes to sequin/sequiny.c

  • 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:
29
29
*
30
30
* Version Creation Date:   5/24/96
31
31
*
32
 
* $Revision: 6.0 $
 
32
* $Revision: 6.1 $
33
33
*
34
34
* File Description:
35
35
*    This is a companion file to sequinx.c. In order to register additional proceedures
55
55
*    The work function does the real job. It looks at the contents of the data pointer,
56
56
*    executes the appropriate actions and returns a completion or error code. Normally it
57
57
*    will return one of:
58
 
*      OM_MSG_RET_ERROR - an error occured, presumably reported with ErrPostEx()
 
58
*      OM_MSG_RET_ERROR - an error occurred, presumably reported with ErrPostEx()
59
59
*      OM_MSG_RET_OK - everything was ok, but this function did not do anything.
60
60
*      OM_MSG_RET_DONE - everything was ok, and this function did the processing requested.
61
61
*