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]
/
quit.h
blob
61d6bb9f1fb36d94f34db7fd9ad78bc829596f19
1
#ifndef __TODO_EXIT_H
2
#define __TODO_EXIT_H
3
4
#include <myarray.h>
5
#include <sqlite3.h>
6
7
int
quit
(
sqlite3
*
db
,
MArray tokens
);
8
9
#endif