frontend: fix all compiler warnings
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
struct line_ed;
|
||||
|
||||
extern void show_prompt(struct line_ed *ed);
|
||||
extern unsigned long prompt_length(struct line_ed *ed, int prompt_id);
|
||||
extern size_t prompt_length(struct line_ed *ed, int prompt_id);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user