X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcommon%2Frsp-low.h;h=b793f1533e53c6a59ff1f343c9106b811364b4fb;hb=ff0e980e6f720fe49608a5a0a37be3a28258c9d7;hp=2ef5e6d8fb3808f4164ee954be1eb04b125fa355;hpb=971dc0b89de28feaa5efade1f1f8675be223fabd;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/common/rsp-low.h b/gdb/common/rsp-low.h index 2ef5e6d8fb..b793f1533e 100644 --- a/gdb/common/rsp-low.h +++ b/gdb/common/rsp-low.h @@ -36,14 +36,10 @@ extern char *unpack_varlen_hex (char *buff, ULONGEST *result); extern int hex2bin (const char *hex, gdb_byte *bin, int count); -extern int unhexify (char *bin, const char *hex, int count); - extern void convert_ascii_to_int (const char *from, unsigned char *to, int n); extern int bin2hex (const gdb_byte *bin, char *hex, int count); -extern void convert_int_to_ascii (const unsigned char *from, char *to, int n); - /* Convert BUFFER, binary data at least LEN bytes long, into escaped binary data in OUT_BUF. Set *OUT_LEN to the length of the data encoded in OUT_BUF, and return the number of bytes in OUT_BUF