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

« back to all changes in this revision

Viewing changes to connect/test/ncbi_conntest.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
1
#ifndef NCBI_CONNTEST__H
2
2
#define NCBI_CONNTEST__H
3
3
 
4
 
/*  $Id: ncbi_conntest.h,v 6.1 2000/04/07 20:03:02 vakatov Exp $
 
4
/*  $Id: ncbi_conntest.h,v 6.2 2003/02/10 20:36:24 lavr Exp $
5
5
 * ===========================================================================
6
6
 *
7
7
 *                            PUBLIC DOMAIN NOTICE
32
32
 *   Test suite for NCBI connector (CONNECTOR)
33
33
 *   (see also "ncbi_connection.[ch]", "ncbi_connector.h")
34
34
 *
35
 
 * --------------------------------------------------------------------------
36
 
 * $Log: ncbi_conntest.h,v $
37
 
 * Revision 6.1  2000/04/07 20:03:02  vakatov
38
 
 * Initial revision
39
 
 *
40
 
 * ==========================================================================
41
35
 */
42
36
 
43
37
#include <connect/ncbi_connector.h>
79
73
}  /* extern "C" */
80
74
#endif
81
75
 
 
76
 
 
77
/*
 
78
 * --------------------------------------------------------------------------
 
79
 * $Log: ncbi_conntest.h,v $
 
80
 * Revision 6.2  2003/02/10 20:36:24  lavr
 
81
 * Move log to end
 
82
 *
 
83
 * Revision 6.1  2000/04/07 20:03:02  vakatov
 
84
 * Initial revision
 
85
 *
 
86
 * ==========================================================================
 
87
 */
 
88
 
82
89
#endif /* NCBI_CONNTEST__H */