Added some checks in the "del" command (in case EOF is encountered in
[ctodo.git] / quit.h
blob61d6bb9f1fb36d94f34db7fd9ad78bc829596f19
1 #ifndef __TODO_EXIT_H
2 #define __TODO_EXIT_H
4 #include <myarray.h>
5 #include <sqlite3.h>
7 int quit(sqlite3 *db, MArray tokens);
9 #endif