1. NAME

ida_init - initialize ida handle

2. SYNOPSIS

void ida_init(struct ida *  ida );

3. ARGUMENTS

ida
    ida handle

4. DESCRIPTION

This function is use to set up the handle (ida) that you will pass to the rest of the functions.

5. COPYRIGHT