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