fix all -Wmissing-prototypes warnings
This commit is contained in:
8
terms.h
8
terms.h
@@ -30,4 +30,12 @@ extern void disable_win9x_console_input(void);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef USE_IMAGE
|
||||
extern void put_image_osc5379(char *url, int x, int y, int w, int h, int sx, int sy, int sw, int sh);
|
||||
extern void put_image_sixel(char *url, int x, int y, int w, int h, int sx, int sy, int sw, int sh, int n_terminal_image);
|
||||
extern void put_image_iterm2(char *url, int x, int y, int w, int h);
|
||||
extern void put_image_kitty(char *url, int x, int y, int w, int h, int sx, int sy, int sw, int sh, int c, int r);
|
||||
extern int get_pixel_per_cell(int *ppc, int *ppl);
|
||||
#endif
|
||||
|
||||
#endif /* not TERMS_H */
|
||||
|
||||
Reference in New Issue
Block a user