libamxs  0.6.0
Data Model Synchronization C API
amxs_sync_param.c File Reference
#include <stdlib.h>
#include <string.h>
#include <amxc/amxc.h>
#include <amxs/amxs_sync_param.h>
#include <amxs/amxs_util.h>
#include "amxs_priv.h"
#include "amxs_sync_entry.h"

Go to the source code of this file.

Macros

#define _GNU_SOURCE
 

Functions

amxs_status_t amxs_sync_param_new (amxs_sync_param_t **param, const char *param_a, const char *param_b, int attributes, amxs_translation_cb_t translation_cb, amxs_action_cb_t action_cb, void *priv)
 Synchronization parameter constructor function. More...
 
amxs_status_t amxs_sync_param_new_copy (amxs_sync_param_t **param, const char *param_a, const char *param_b, int attributes)
 Synchronization parameter constructor function. More...
 
void amxs_sync_param_delete (amxs_sync_param_t **param)
 Synchronization parameter destructor function. More...
 

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

Definition at line 56 of file amxs_sync_param.c.