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=afe799e7802f38d1f55e1bd2044451ba164743b1;hpb=38be457fa32d3ab0721ec1fc9e5086b745e17468 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