git.fiddlerwoaroof.com
Raw Blame History
#ifndef _CONVERSATION_H
#define _CONVERSATION_H

#include <security/pam_modules.h>

char const *ask_for_token(pam_handle_t *pamh);

#endif