/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
#ifndef _DICT_HW_MSG_H
#define _DICT_HW_MSG_H

#include "dict_hw.h"

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

int reportSet(DICTLogger error_reporter, DICTLogger message_writer);

#endif /* _DICT_HW_MSG */