view src/master/askpass.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 6658a000051d
children
line wrap: on
line source

#ifndef ASKPASS_H
#define ASKPASS_H

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

#endif