repo.or.cz
/
httpfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixnuta buga v remove_last (nesnizovala grow ptr, ktery tak ubiral znaky a nemenil...
[httpfs.git]
/
parser.h
blob
3df759b0c89e3945fed716f45fbb743d37907b20
1
typedef
void
(*
parser_cb_t
) (
void
*
ctx
,
char
*
url
,
time_t
mtime
,
size_t
size
);
2
void
parse
(
char
*
input
,
parser_cb_t cb
,
void
*
ctx
);