Remove pointless main prototype.
I'm so sick of grepping this by mistake
This commit is contained in:
parent
7cd14d52ec
commit
af9d3b6964
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue