Remove pointless main prototype.

I'm so sick of grepping this by mistake
This commit is contained in:
King_DuckZ 2020-03-03 16:05:37 +01:00
parent 7cd14d52ec
commit af9d3b6964

View file

@ -198,7 +198,6 @@ LOCAL void parse_cl_dir __PR((struct iso_directory_record *idr,
LOCAL BOOL parse_de __PR((struct iso_directory_record *idr));
LOCAL void parse_dir __PR((struct todo *dp,
char * rootname, int extent, int len));
EXPORT int main __PR((int argc, char *argv[]));
LOCAL void list_locales __PR((void));
LOCAL int time_cvt __PR((unsigned char *dp, int len));
LOCAL time_t iso9660_time __PR((unsigned char *date, int *hsecp,