~ubuntu-branches/debian/squeeze/pycryptopp/squeeze

« back to all changes in this revision

Viewing changes to pycryptopp/publickey/ecdsamodule.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Zooko O'Whielacronx
  • Date: 2009-06-22 22:20:50 UTC
  • Revision ID: james.westby@ubuntu.com-20090622222050-hbqmn50dt2kvoz5o
Tags: upstream-0.5.14
ImportĀ upstreamĀ versionĀ 0.5.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __INCL_ECDSAMODULE_HPP
 
2
#define __INCL_ECDSAMODULE_HPP
 
3
 
 
4
void
 
5
init_ecdsa(PyObject* module);
 
6
 
 
7
#endif /* #ifndef __INCL_ECDSAMODULE_HPP */