summaryrefslogtreecommitdiff
path: root/irmpextlog.h
blob: fb5f100ad008a4c723bcf42cb4fe16df237561d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _IRMPEXTLOG_H
#define _IRMPEXTLOG_H

#ifdef __cplusplus
extern "C"
{
#endif

void    initextlog (void);
void    sendextlog (unsigned char);

#ifdef __cplusplus
}
#endif

#endif