about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-09 17:20:17 -0400
committerJune McEnroe <june@causal.agency>2021-06-09 17:20:17 -0400
commit92b58f22afbf44f4b87ce9856c6fd14b1f04da37 (patch)
tree37a8be58b361221e8413ccc8af96b0f49dceed43 /archive.h
parentUse LDADD variables and BINDIR (diff)
downloadbubger-92b58f22afbf44f4b87ce9856c6fd14b1f04da37.tar.gz
bubger-92b58f22afbf44f4b87ce9856c6fd14b1f04da37.zip
Limit number of entries in index Atom feed
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/archive.h b/archive.h
index 5c7dfcf..1a94744 100644
--- a/archive.h
+++ b/archive.h
@@ -214,6 +214,7 @@ bool exportFetch(FILE *imap, enum Atom tag, struct List threads);
 bool exportData(FILE *imap, enum Atom tag, struct List items);
 
 extern const char *concatHead;
+extern size_t concatIndexEntries;
 void concatFetch(FILE *imap, enum Atom tag, struct List threads);
 void concatData(
 	struct List threads, struct Envelope *envelopes, struct List items