diff options
| author | June McEnroe <june@causal.agency> | 2020-04-13 11:47:36 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2020-04-13 11:47:36 -0400 |
| commit | 79efea7ad5ffa571d27321243e25c372ab4303b2 (patch) | |
| tree | ff31d350114e46f8c2402405e82b11c34613e3b9 /archive.h | |
| parent | Fix concatHTML thread nesting (diff) | |
| download | bubger-79efea7ad5ffa571d27321243e25c372ab4303b2.tar.gz bubger-79efea7ad5ffa571d27321243e25c372ab4303b2.zip | |
Rename atom rendering functions
Again, probably.
Diffstat (limited to 'archive.h')
| -rw-r--r-- | archive.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archive.h b/archive.h index 541c03c..ffe1561 100644 --- a/archive.h +++ b/archive.h @@ -190,7 +190,7 @@ int htmlThreadOpen(FILE *file); int htmlThreadClose(FILE *file); int htmlThreadTail(FILE *file); -int atomEntryHead(FILE *file, const struct Envelope *envelope); -int atomEntryTail(FILE *file); -int atomFeedHead(FILE *file, const struct Envelope *envelope); -int atomFeedTail(FILE *file); +int atomEntryOpen(FILE *file, const struct Envelope *envelope); +int atomEntryClose(FILE *file); +int atomFeedOpen(FILE *file, const struct Envelope *envelope); +int atomFeedClose(FILE *file); |