# get\_next\_func

```
find next function
     ea - any address belonging to the function
returns: -1 - no more functions
         otherwise returns the next function start address

long get_next_func(long ea);
```
