1 #ifndef VIDEO_SUBR_H
2 #define VIDEO_SUBR_H
3 
4 /* packages/video.c */
5 void molvideo_init(void);
6 
7 #endif /* VIDEO_SUBR_H */
8