Added an "add" command.
[ctodo.git] / help.h
blob1e58cfebd8408563de86028bfb8a315c00696886
1 #ifndef __TODO_LIST_H
2 #define __TODO_LIST_H
4 #include <myarray.h>
5 #include <sqlite3.h>
7 int help(sqlite3 *db, MArray tokens);
8 #endif