X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/faec60ed7e3ba7a6b0972672bea7322625a63915..6b78788aeda49ad942a13e736cda2cf282432d78:/unix/unix.h?ds=sidebyside diff --git a/unix/unix.h b/unix/unix.h index e1754254..488a422f 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -44,6 +44,9 @@ int font_dimension(int which); /* 0 for width, 1 for height */ /* Things uxstore.c needs from pterm.c */ char *app_name; /* for doing resource lookups */ +/* Things uxstore.c provides to pterm.c */ +void provide_xrm_string(char *string); + #define DEFAULT_CODEPAGE 0 /* FIXME: no idea how to do this */ #endif