]> Sergey Matveev's repositories - public-inbox.git/commitdiff
searchidx: export prepare_stack
authorEric Wong <e@80x24.org>
Tue, 27 Oct 2020 07:54:36 +0000 (07:54 +0000)
committerEric Wong <e@80x24.org>
Sat, 7 Nov 2020 10:21:50 +0000 (10:21 +0000)
We'll be needing it in ExtSearchIdx for the next commit.

lib/PublicInbox/SearchIdx.pm

index 33c81ea87d4135a6f320c46e41993b1b8ad4de57..0c0e844afbb9ba3d5d38ce2caa0367160843bf56 100644 (file)
@@ -22,7 +22,7 @@ use PublicInbox::OverIdx;
 use PublicInbox::Spawn qw(spawn nodatacow_dir);
 use PublicInbox::Git qw(git_unquote);
 use PublicInbox::MsgTime qw(msg_timestamp msg_datestamp);
-our @EXPORT_OK = qw(crlf_adjust log2stack is_ancestor check_size);
+our @EXPORT_OK = qw(crlf_adjust log2stack is_ancestor check_size prepare_stack);
 my $X = \%PublicInbox::Search::X;
 my ($DB_CREATE_OR_OPEN, $DB_OPEN);
 our $DB_NO_SYNC = 0;