X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2FAST_utils.h;fp=src%2FAST_utils.h;h=b272c5c502461cce0c8a1137b90103fd6653d8fd;hp=7bf4fe2edb504e5aca3bbda662e6e6848092eed1;hb=7b54393e237ed8f23c0c74f0a6cbc8de26c5bf98;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6 diff --git a/src/AST_utils.h b/src/AST_utils.h index 7bf4fe2..b272c5c 100644 --- a/src/AST_utils.h +++ b/src/AST_utils.h @@ -85,4 +85,6 @@ char *ddecl2str(region r, data_declaration str); bool is_attr_name(const char *arg, const char *name); /* Returns: True if arg is name or __name__ */ +type_element interesting_element(type_element elems); + #endif