summaryrefslogtreecommitdiffstats
path: root/src/lib/askpass.h
blob: 59ceb75c34fa9aa5683f7ea885b2699ce4c3cd5e (plain)
1
2
3
4
5
6
7
#ifndef ASKPASS_H
#define ASKPASS_H

void askpass(const char *prompt, char *buf, size_t buf_size);
const char *t_askpass(const char *prompt);

#endif