Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 247 → Rev 248

/pkginst/helpers.h
18,4 → 18,5
void removeDoubleBackslashes(char *str);
int detect_localpath(char *url);
char *getfext(char *fname);
int freadtokval(FILE *fd, char *line, size_t maxlen, char **val, char delim);
#endif