Changes in src/types.h [27fa522:b235c0e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/types.h
r27fa522 rb235c0e 1 1 /* 2 Copyright (C) 2003-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 19 19 */ 20 20 21 #ifndef AUBIO_TYPES_H22 #define AUBIO_TYPES_H21 #ifndef _AUBIO__TYPES_H 22 #define _AUBIO__TYPES_H 23 23 24 24 /** \file … … 68 68 #endif 69 69 70 #endif /*AUBIO_TYPES_H*/70 #endif /* _AUBIO__TYPES_H */
Note: See TracChangeset
for help on using the changeset viewer.