~ubuntu-branches/ubuntu/oneiric/firebird2.1/oneiric

« back to all changes in this revision

Viewing changes to src/jrd/cvt_proto.h

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2011-04-22 18:59:44 UTC
  • mfrom: (2.1.24 sid)
  • Revision ID: james.westby@ubuntu.com-20110422185944-egwy9r5xynjddku5
Tags: 2.1.4.18393-0.ds2-2
* apply patch from upstream SVN fixing ICU collations
* remove lintian overrides about manpages shipped in dependency package
* claim compliancy with Policy 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
GDS_TIMESTAMP CVT_get_timestamp(const dsc*, FPTR_ERROR);
40
40
USHORT          CVT_make_string(const dsc*, USHORT, const char**, vary*,
41
41
                                                          USHORT, FPTR_ERROR);
 
42
double          CVT_power_of_ten(const int);
 
43
 
42
44
extern "C" {
43
45
void FB_EXPORTED CVT_move(const dsc*, dsc*, FPTR_ERROR);
44
46
}