fix crash when specifying --source on command line
[rofl0r-gnuboy.git] / split.h
blob4f2f11f1fd7010a1c65fd6cf8ab0ff4836b721d3
1 #ifndef SPLIT_H
2 #define SPLIT_H
4 int splitline(char **argv, int max, char *line);
6 #endif