Since every command now has its own help, I decided to point the user to
[ctodo.git] / add.h
blobd808563aaa9c83fd6bf5c7323c3dbf0069ab7398
1 #ifndef __TODO_ADD_H
2 #define __TODO_ADD_H
4 #include <myarray.h>
5 #include <sqlite3.h>
7 int add(sqlite3 *db, MArray tokens);
9 #endif