akmhoque | 8fdd641 | 2012-12-04 15:05:33 -0600 | [diff] [blame^] | 1 | #ifndef _NLSR_SYNC_H_ |
2 | #define _NLSR_SYNC_H_ | ||||
3 | |||||
4 | void sync_monitor(char *topo_prefix, char *slice_prefix); | ||||
5 | void write_data_to_repo(char *data,char *name_prefix); | ||||
6 | int create_sync_slice(char *topo_prefix, char *slice_prefix); | ||||
7 | |||||
8 | #endif |