id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
946	state which file to include	mkoller	bricks	"I'm looking for what I need to include to be able to use e.g. osync_hashtable_new()
So I look in the API docs and find a module named ""OpenSync Hashtables"" which sounds promising. Going to that page http://www.opensync.org/doxygen/group__OSyncHashtableAPI.html
shows me the function I was looking for. Great!
But: what include do I need to put into my implementation to get it ?
The line ""Definition at line 237 of file opensync_hashtable.c."" does not help me anything as I want to use the function but not checking it's implementation.

So what is needed is the header filename to include.

For a very good style of documentation, please have a look at e.g.
http://doc.trolltech.com/4.4/qpen.html
In the very first few lines I already know what to include to be able to use a functionality."	defect	new	high	OpenSync 0.40	OpenSync: API Documentation	0.38	normal			paule
