From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Tue, 24 Jul 2001 08:31:32 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: extended keys support Message-ID: <3B5D3264.15851.175173@localhost> References: <3B5C8550 DOT 21789 DOT 243885 AT localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > Shouldn't this table be available to other parts of the library, via > some function that looks up a string given a key? I think this is a good idea. The functionality of get_extended_key_string can be moved into its own file and take a scan code as an argument. Mark