Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.h

    r9562f08 r9c59a30  
    6767
    6868/** common process function */
    69 typedef int (*aubio_process_func_t) (fvec_t * input, fvec_t * output);
     69typedef void (*aubio_process_func_t) (fvec_t * input, fvec_t * output);
    7070
    7171void process_block (fvec_t *ibuf, fvec_t *obuf);
Note: See TracChangeset for help on using the changeset viewer.