Changeset d75c900


Ignore:
Timestamp:
Nov 19, 2013, 11:33:42 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
985a5d1
Parents:
53ff597
Message:

python/ext/aubiomodule.c: add missing generated_types_ready prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/aubiomodule.c

    r53ff597 rd75c900  
    55extern void add_generated_objects ( PyObject *m );
    66extern void add_ufuncs ( PyObject *m );
     7extern int generated_types_ready(void);
    78
    89static char Py_alpha_norm_doc[] = "compute alpha normalisation factor";
Note: See TracChangeset for help on using the changeset viewer.