~ubuntu-branches/debian/sid/exo/sid

« back to all changes in this revision

Viewing changes to python/exomodule.c

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2009-10-09 17:33:42 UTC
  • mfrom: (0.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091009173342-67uwwcd3uj5amx1v
Tags: 0.3.103-1
* New upstream release.
  - support iocharset mount option.                           closes: #470412
* debian/patches:
  - 01_fix-exo-csource-manpage updated.
  - 02_fix-exo-open-manpage updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
void exo_add_constants    (PyObject    *module,
33
33
                           const gchar *strip_prefix) G_GNUC_INTERNAL;
34
34
void exo_register_classes (PyObject    *d) G_GNUC_INTERNAL;
 
35
DL_EXPORT(void) init_exo (void);
35
36
 
36
37
extern PyMethodDef exo_functions[];
37
38
 
108
109
#endif
109
110
 
110
111
 
111
 
 
112
112
DL_EXPORT(void)
113
113
init_exo (void)
114
114
{