~mterry/ubuntu/natty/libofx/libofx.new-upstream-benoit-sru

« back to all changes in this revision

Viewing changes to lib/context.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Saïvann Carignan
  • Date: 2008-02-06 17:25:16 UTC
  • mto: (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20080206172516-bnzxb29igye8um9h
Tags: upstream-0.9.0
Import upstream version 0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
 
149
149
 
150
150
 
 
151
CFCT void libofx_set_dtd_dir(LibofxContextPtr libofx_context,
 
152
                            const char *s) {
 
153
  ((LibofxContext*)libofx_context)->setDtdDir(s);
 
154
}
 
155
 
 
156
 
 
157
 
 
158
 
 
159
 
151
160
 
152
161
extern "C" {
153
162
  void ofx_set_status_cb(LibofxContextPtr ctx,