#include <pthread.h>
#include <sys/types.h>
#include "extern.h"
#include "otp.h"
Go to the source code of this file.
Definition at line 31 of file otp_pw_valid.h.
Data Fields |
int |
fd |
|
pthread_mutex_t |
mutex |
|
struct otp_fd_t * |
next |
|
char const * |
path |
|
static int otp_connect |
( |
char const * |
| ) |
|
|
static |
static void otp_putfd |
( |
otp_fd_t * |
, |
|
|
int |
|
|
) |
| |
|
static |
static int otp_read |
( |
otp_fd_t * |
, |
|
|
char * |
, |
|
|
size_t |
|
|
) |
| |
|
static |
static int otp_write |
( |
otp_fd_t * |
, |
|
|
char const * |
, |
|
|
size_t |
|
|
) |
| |
|
static |
static int otprc2rlmrc |
( |
int |
| ) |
|
|
static |