repo.or.cz
/
agg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Renaming and documenting bugs.
[agg.git]
/
fs.h
blob
059a45d365cc7d43582073f937333ab180b2c8ac
1
#ifndef AGG_FS_H
2
#define AGG_FS_H
3
4
void
set_item_title
(
const char
*);
5
void
set_item_desc
(
const char
*);
6
void
set_item_date
(
const char
*);
7
void
set_item_link
(
const char
*);
8
9
void
feed_open
(
const char
*);
10
void
feed_flush
();
11
12
void
item_flush
();
13
14
#endif