Changeset 4e3723d for src/io/sink.h


Ignore:
Timestamp:
Mar 3, 2013, 8:33:36 PM (11 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:
f107e12
Parents:
856ceb5
Message:

src/io/: add link to examples and missing c++ extern

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/sink.h

    r856ceb5 r4e3723d  
    2222#define _AUBIO_SINK_H
    2323
    24 #ifdef __cplusplus
    25 extern "C" {
    26 #endif
    27 
    2824/** \file
    2925
     
    3329
    3430*/
     31
     32#ifdef __cplusplus
     33extern "C" {
     34#endif
    3535
    3636typedef struct _aubio_sink_t aubio_sink_t;
Note: See TracChangeset for help on using the changeset viewer.