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

« back to all changes in this revision

Viewing changes to lib/ofx_utilities.hh

  • 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:
45
45
 
46
46
///Sanitize a string coming from OpenSP
47
47
string strip_whitespace(const string para_string);
 
48
 
 
49
int mkTempFileName(const char *tmpl, char *buffer, unsigned int size);
 
50
 
48
51
#endif