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