view src/lib/askpass.h @ 10003:3721ae3917fc HEAD

Moved askpass() from master/ to lib/. Added t_askpass().
author Timo Sirainen <tss@iki.fi>
date Thu, 08 Oct 2009 18:33:50 -0400
parents
children
line wrap: on
line source

#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