Description of Some very important stuff from sectionA.

somecallback_t 1.1.1.


typedef void (*somecallback_t)(void * ptr, char * name, char * category,
	int rating, int date_d, int date_m, int date_y,
		int up_d, int up_m, int up_y);

arguments

ptr - user specified data.

name - record name.

category - category name.

rating - record rating value.

date - record creation date.

update - record update date.

description

Callback type used in record listing and matching.

hello_func() 1.1.2.


int
hello_func(char * arg1, char * arg2);

arguments

arg1 - arg1 description.

arg2 - arg2 description.

category - category name.

description

prints "hello ARG1 world ARG2"

return

magic number.