* ld-sh/sh.exp: Add missing newline.
[deliverable/binutils-gdb.git] / gdb / charset.h
index 60abb18d3d862910873191477bd73ffc57e9d17e..bd93d01d7d02f9d48904deaef6c07479fa8a23bc 100644 (file)
@@ -1,5 +1,5 @@
 /* Character set conversion support for GDB.
-   Copyright (C) 2001, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -33,8 +33,8 @@
    result is owned by the charset module; the caller should not free
    it.  */
 const char *host_charset (void);
-const char *target_charset (void);
-const char *target_wide_charset (void);
+const char *target_charset (struct gdbarch *gdbarch);
+const char *target_wide_charset (struct gdbarch *gdbarch);
 
 /* These values are used to specify the type of transliteration done
    by convert_between_encodings.  */
This page took 0.026353 seconds and 4 git commands to generate.