Hi,

On Sun, 24 Sep 2006, Karsten Wiese wrote:

> Make sym_change_count static, implement
>       void sym_change_count_set(int)
> and
>       int sym_change_count(void)
>  to set or get its value;
> sym_change_count is only changed by void sym_change_count_set(int).
> the latter can call a callback function, if a fn-pointer is set by
> also new function
>       void sym_change_count_changed_set(void (*fn)(int))

I don't quite understand the point of this. Frontends should only be 
interested in reading this value, wrapping this in a reader function would 
be fine. But what's the point of sym_change_count_set() and especially the 
callback?

bye, Roman

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kbuild-devel mailing list
kbuild-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to