One more file prepping for color
This commit is contained in:
parent
25bb787f08
commit
d7f7bf3ce7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ typedef struct
|
|||
|
||||
void display_main(Sheet *cursheet);
|
||||
void display_init(Sheet *cursheet, int always_redraw);
|
||||
void display_end(void);
|
||||
void display_end(Sheet *sheet);
|
||||
void redraw_cell(Sheet *sheet, const Location at);
|
||||
void redraw_sheet(Sheet *sheet);
|
||||
const char *line_file(const char *file, const char *pattern, const char *title, int create);
|
||||
|
|
Loading…
Add table
Reference in a new issue