X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnesc-component.h;fp=src%2Fnesc-component.h;h=13c8161350ece75fb0fc6e6c1a32b1c2dee7d64e;hb=7b54393e237ed8f23c0c74f0a6cbc8de26c5bf98;hp=a61770a155dcaa760a0bd57a307011d79650583a;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6;p=nesc.git 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,