Changeset a89438a for src


Ignore:
Timestamp:
Jul 23, 2006, 12:26:04 PM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
227564e
Parents:
6ba2f1c
Message:

remove useless extern
remove useless extern

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sample.h

    r6ba2f1c ra89438a  
    5858
    5959*/
    60 extern fvec_t * new_fvec(uint_t length, uint_t channels);
     60fvec_t * new_fvec(uint_t length, uint_t channels);
    6161/** fvec_t buffer deletion function
    6262
     
    6464
    6565*/
    66 extern void del_fvec(fvec_t *s);
     66void del_fvec(fvec_t *s);
    6767/** read sample value in a buffer
    6868
     
    136136
    137137*/
    138 extern cvec_t * new_cvec(uint_t length, uint_t channels);
     138cvec_t * new_cvec(uint_t length, uint_t channels);
    139139/** cvec_t buffer deletion function
    140140
     
    142142
    143143*/
    144 extern void del_cvec(cvec_t *s);
     144void del_cvec(cvec_t *s);
    145145/** write norm value in a complex buffer
    146146
Note: See TracChangeset for help on using the changeset viewer.