clsync
Loading...
Searching...
No Matches
libclsync.h File Reference
#include "socket.h"
Include dependency graph for libclsync.h:
This graph shows which files directly or indirectly include this file:

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_tclsync_listen_unix (const char *const socket_path, clsyncsock_procfunct_t procfunct, sockprocflags_t flags)
 
clsyncproc_tclsync_connect_unix (const char *const socket_path, clsyncsock_procfunct_t procfunct, sockprocflags_t flags)
 

Typedef Documentation

◆ clsyncproc_t

typedef struct clsyncproc clsyncproc_t

Definition at line 27 of file libclsync.h.

Function Documentation

◆ clsync_connect_unix()

clsyncproc_t * clsync_connect_unix ( const char *const socket_path,
clsyncsock_procfunct_t procfunct,
sockprocflags_t flags )
extern

Definition at line 119 of file libclsync.c.

Here is the call graph for this function:

◆ clsync_listen_unix()

clsyncproc_t * clsync_listen_unix ( const char *const socket_path,
clsyncsock_procfunct_t procfunct,
sockprocflags_t flags )
extern

Definition at line 113 of file libclsync.c.

Here is the call graph for this function:

◆ libclsync_init()

int libclsync_init ( int quite,
int verbosity,
int debug )
extern