* gdbtypes.c (create_string_type): Receive character type as argument.
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index f23aedeef1f69a1cb5cd23c535216b7a22014b54..c5175efb5f9bcbe2e4397e6ea5713040109b14dd 100644 (file)
@@ -1177,7 +1177,8 @@ extern struct type *create_range_type (struct type *, struct type *, int,
 extern struct type *create_array_type (struct type *, struct type *,
                                       struct type *);
 
-extern struct type *create_string_type (struct type *, struct type *);
+extern struct type *create_string_type (struct type *, struct type *,
+                                       struct type *);
 
 extern struct type *create_set_type (struct type *, struct type *);
 
This page took 0.023229 seconds and 4 git commands to generate.