Changed all the sscanf calls to use the %n directive. By comparing the
[ctodo.git] / commands.h
blobc854c0034a5f3d94387ee643cf59637eb9b1a800
1 #ifndef __TODO_COMMANDS_H
2 #define __TODO_COMMANDS_H
4 #include <add.h>
5 #include <del.h>
6 #include <help.h>
7 #include <list.h>
8 #include <mark.h>
9 #include <quit.h>
10 #include <show.h>
11 #include <unmark.h>
13 #endif