Files
w3m/display.h
Rene Kita 7c7af9e70c Move declarations to appropiate header files
This is in preparation for the next patch.
2023-01-04 13:59:49 +01:00

8 lines
91 B
C

#ifndef W3M_DISPLAY_H
#define W3M_DISPLAY_H
void fmInit(void);
void fmTerm(void);
#endif