annotate src/lib/askpass.h @ 22955:812e5c961328

fts: Indexing virtual mailbox didn't always index the last mails
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 03 May 2018 18:33:00 +0300
parents 3721ae3917fc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10003
3721ae3917fc Moved askpass() from master/ to lib/. Added t_askpass().
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
1 #ifndef ASKPASS_H
3721ae3917fc Moved askpass() from master/ to lib/. Added t_askpass().
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
2 #define ASKPASS_H
3721ae3917fc Moved askpass() from master/ to lib/. Added t_askpass().
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
3
3721ae3917fc Moved askpass() from master/ to lib/. Added t_askpass().
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
4 void askpass(const char *prompt, char *buf, size_t buf_size);
3721ae3917fc Moved askpass() from master/ to lib/. Added t_askpass().
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
5 const char *t_askpass(const char *prompt);
3721ae3917fc Moved askpass() from master/ to lib/. Added t_askpass().
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
6
3721ae3917fc Moved askpass() from master/ to lib/. Added t_askpass().
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
7 #endif