7 lines
84 B
C
7 lines
84 B
C
#ifndef INDEO_H
|
|
#define INDEO_H
|
|
|
|
void indeo_enable();
|
|
void indeo_disable();
|
|
|
|
#endif
|