replace unhexify with hex2bin
[deliverable/binutils-gdb.git] / gdb / common / rsp-low.h
index 161c4a2f1e13341ef664dac523365c02293bbadf..b793f1533e53c6a59ff1f343c9106b811364b4fb 100644 (file)
@@ -36,16 +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 int hexify (char *hex, const char *bin, 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
This page took 0.025095 seconds and 4 git commands to generate.