catear_rewind - rewind UAR list
#include <cat/cat.h>
int catear_rewind(catpac_ear *ep);
This function resets the state of the UAR list, so that the next call to
catear_findnext will start at the first element.
The function returns 0 if successful, a negative error code otherwise.
catpac