commands: simplify signatures, add TODOs
Dependencies
- [2]
ZYBYX2TBAdd new pristine subcommand - [3]
ZTDGWUGPadd repository structure - [4]
FB67XX5Eadd argument parsing setup - [5]
733PFZJ5prefix header guard names with ANI_ - [6]
LKIBESCNchange: adjust function signatures - [7]
DRK7G22JAdd header guard to commands.h
Change contents
- replacement in commands.h at line 4
int cmd_init(int argc, const char *argv[], struct repository *);int cmd_change(int argc, const char *argv[], struct repository *);/* TODO impl all commands in a central location */int cmd_init(int, const char **, struct repository *);int cmd_change(int, const char **, struct repository *);