diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,3 +1,10 @@ +Distrend.c FIXIT's, mostly for matt: + +1. Struct issues in frameset[frame_count]: frame_count isn't in scope, and defining obviously won't work. This is pretty crucial to the whole thing functioning. fixme! +2. In the frame_finder, ya can't declare variables in for() loops. Unless we're in C99 mode. Which we arent. + Also, sframe, eframe, x, and frame_status are undeclared in the function. Or, rather, they aren't in the scope of the function. Make 'em args? +3. status_report_generator has conflicting types. + 1. Create a CLI interface for distren X command: distren X args: -i infile.tar.bz2 -o outfile.tar.bz2