#ifndef STRINGOP_H
#define STRINGOP_H

void stringop_crlfToCr(unsigned char **inputString, int *inputLength,
unsigned char *outputString, int *outputLength, int *notDone);

#endif
