#ifndef GETPASS__H
#define GETPASS__H

#ifdef __cplusplus
extern "C" {
#endif

char *cvslib_getpass(const char *prompt);

#ifdef __cplusplus
}
#endif

#endif



syntax highlighted by Code2HTML, v. 0.9.1