blob: 8bb49d806976ad820ce8a0baccf0182dcb677df6 [file] [log] [blame]
akmhoque8fdd6412012-12-04 15:05:33 -06001#ifndef _NLSR_SYNC_H_
2#define _NLSR_SYNC_H_
3
4void sync_monitor(char *topo_prefix, char *slice_prefix);
5void write_data_to_repo(char *data,char *name_prefix);
6int create_sync_slice(char *topo_prefix, char *slice_prefix);
akmhoque09c0afa2012-12-14 09:27:00 -06007void get_host_name_from_command_string(struct name_prefix *name_part,char *nbr_name_uri, int offset);
akmhoque8fdd6412012-12-04 15:05:33 -06008
9#endif