Hi =]
When Should I use pointer in functions?

example:
int something(int *i)
int something(int i)

Thanks