|
clsync
|
#include "socket.h"

Go to the source code of this file.
Data Structures | |
| struct | clsyncproc |
Typedefs | |
| typedef struct clsyncproc | clsyncproc_t |
Functions | |
| int | libclsync_init (int quite, int verbosity, int debug) |
| clsyncproc_t * | clsync_listen_unix (const char *const socket_path, clsyncsock_procfunct_t procfunct, sockprocflags_t flags) |
| clsyncproc_t * | clsync_connect_unix (const char *const socket_path, clsyncsock_procfunct_t procfunct, sockprocflags_t flags) |
| typedef struct clsyncproc clsyncproc_t |
Definition at line 27 of file libclsync.h.
| clsyncproc_t* clsync_connect_unix | ( | const char *const | socket_path, |
| clsyncsock_procfunct_t | procfunct, | ||
| sockprocflags_t | flags | ||
| ) |
| clsyncproc_t* clsync_listen_unix | ( | const char *const | socket_path, |
| clsyncsock_procfunct_t | procfunct, | ||
| sockprocflags_t | flags | ||
| ) |
| int libclsync_init | ( | int | quite, |
| int | verbosity, | ||
| int | debug | ||
| ) |
1.8.17