comparison dsp/segmentation/segment.h @ 489:701233f8ed41

Make include-guards consistent
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 31 May 2019 16:48:37 +0100
parents d48276a3ae24
children
comparison
equal deleted inserted replaced
488:7992d0923626 489:701233f8ed41
11 License, or (at your option) any later version. See the file 11 License, or (at your option) any later version. See the file
12 COPYING included with this distribution for more information. 12 COPYING included with this distribution for more information.
13 * 13 *
14 */ 14 */
15 15
16 #ifndef _SEGMENT_H 16 #ifndef QM_DSP_SEGMENT_H
17 #define _SEGMENT_H 17 #define QM_DSP_SEGMENT_H
18 18
19 #ifdef __cplusplus 19 #ifdef __cplusplus
20 extern "C" { 20 extern "C" {
21 #endif 21 #endif
22 22