Yaakov Selkowitz: fixes for in-tree libiconv
[deliverable/binutils-gdb.git] / gdb / charset.h
index bd93d01d7d02f9d48904deaef6c07479fa8a23bc..f0c248c68af52ac77719844f6d7e150eb9483ba7 100644 (file)
@@ -1,5 +1,5 @@
 /* Character set conversion support for GDB.
-   Copyright (C) 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2001-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -60,8 +60,10 @@ enum transliterations
    caller is responsible for initializing the obstack, and for
    destroying the obstack should an error occur.
    TRANSLIT specifies how invalid conversions should be handled.  */
+
 void convert_between_encodings (const char *from, const char *to,
-                               const gdb_byte *bytes, unsigned int num_bytes,
+                               const gdb_byte *bytes,
+                               unsigned int num_bytes,
                                int width, struct obstack *output,
                                enum transliterations translit);
 
@@ -91,7 +93,8 @@ struct wchar_iterator;
    This function either returns a new character set iterator, or calls
    error.  The result can be freed using a cleanup; see
    make_cleanup_wchar_iterator.  */
-struct wchar_iterator *make_wchar_iterator (const gdb_byte *input, size_t bytes,
+struct wchar_iterator *make_wchar_iterator (const gdb_byte *input,
+                                           size_t bytes,
                                            const char *charset,
                                            size_t width);
 
This page took 0.024304 seconds and 4 git commands to generate.