repo.or.cz
/
ctodo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed all the sscanf calls to use the %n directive. By comparing the
[ctodo.git]
/
unmark.h
blob
5c4da03be69b00af350aac49b24e8cec8d70d3d1
1
#ifndef __TODO_UNMARK_H
2
#define __TODO_UNMARK_H
3
4
#include <myarray.h>
5
#include <sqlite3.h>
6
7
int
unmark
(
sqlite3
*
db
,
MArray tokens
);
8
9
#endif