X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Fline-buffer.h;h=25845ca836d03cd957f806fcf000aecfbdecf50b;hb=8eac4df36306cd357bba29ffbfaddc537fc0be47;hp=db9076c55ef58296fc49f6381f8cb65a1611d61a;hpb=618a58ebb4c59dff83374278e44b7375b3865935;p=pspp-builds.git diff --git a/src/language/line-buffer.h b/src/language/line-buffer.h index db9076c5..25845ca8 100644 --- a/src/language/line-buffer.h +++ b/src/language/line-buffer.h @@ -64,5 +64,7 @@ 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 */