X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fline-buffer.h;h=25845ca836d03cd957f806fcf000aecfbdecf50b;hb=b1b43c0d6a64d29a13953aa15d98dd74117faa95;hp=b47a2ce370e1d000e61c1f05f20c6da21558d02f;hpb=5729150f2c4a00caf688e7e3b514b10b1987e211;p=pspp diff --git a/src/language/line-buffer.h b/src/language/line-buffer.h index b47a2ce370..25845ca836 100644 --- a/src/language/line-buffer.h +++ b/src/language/line-buffer.h @@ -57,10 +57,14 @@ bool getl_is_interactive (void); bool getl_read_line (bool *interactive); -void getl_location (const char **, int *); - const char *getl_get_prompt (enum getl_prompt_style); void getl_set_prompt (enum getl_prompt_style, const char *); void getl_set_prompt_style (enum getl_prompt_style); +struct msg_locator; +void get_msg_location (struct msg_locator *loc); + +void getl_location (const char **fn, int *ln); + + #endif /* line-buffer.h */