/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _DICT_HW_MSG_H
#define _DICT_HW_MSG_H

#include "dict_hw.h"

# ifdef __cplusplus
extern "C" {
# endif

extern void (*reportError)(const char *msg, ...);
extern void (*reportMessage)(const char *msg, ...);

int reportSet(DICTLogger error_reporter, DICTLogger message_writer);

# ifdef __cplusplus
}
# endif

#endif /* _DICT_HW_MSG */