X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2Fnesc-component.h;fp=src%2Fnesc-component.h;h=13c8161350ece75fb0fc6e6c1a32b1c2dee7d64e;hp=a61770a155dcaa760a0bd57a307011d79650583a;hb=afe799e7802f38d1f55e1bd2044451ba164743b1;hpb=38be457fa32d3ab0721ec1fc9e5086b745e17468 diff --git a/src/nesc-component.h b/src/nesc-component.h index a61770a..13c8161 100644 --- a/src/nesc-component.h +++ b/src/nesc-component.h @@ -36,7 +36,8 @@ void component_spec_iterate(nesc_declaration c, void (*iterator)(data_declaration fndecl, void *data), void *data, - bool interfaces); + bool interfaces, + bool otherdecls); void component_functions_iterate(nesc_declaration c, void (*iterator)(data_declaration fndecl,