ppc_nop.c File Reference

Go to the source code of this file.

Typedefs

typedef struct ppc_nop_s ppc_nop_t

Functions

int server_ppc_cmd_nop (server_t *s)
int server_ppc_cb_nop (ppc_t *ppc, int fd, unsigned char cmd, char *data, size_t size, void *vso)

Typedef Documentation

typedef struct ppc_nop_s ppc_nop_t

Definition at line 27 of file ppc_nop.c.


Function Documentation

int server_ppc_cb_nop ( ppc_t ppc,
int  fd,
unsigned char  cmd,
char *  data,
size_t  size,
void *  vso 
)

Definition at line 49 of file ppc_nop.c.

int server_ppc_cmd_nop ( server_t s  ) 

Definition at line 30 of file ppc_nop.c.