Changed all the sscanf calls to use the %n directive. By comparing the
[ctodo.git] / unmark.h
blob5c4da03be69b00af350aac49b24e8cec8d70d3d1
1 #ifndef __TODO_UNMARK_H
2 #define __TODO_UNMARK_H
4 #include <myarray.h>
5 #include <sqlite3.h>
7 int unmark(sqlite3 *db, MArray tokens);
9 #endif