summaryrefslogtreecommitdiff
path: root/src/coordinator.h
blob: 63b88263e54b98bd70f820138fc9d63bcf3df7a9 (plain)
1
2
3
4
5
6
7
8
#ifndef _BIRUDA_COORDINGATOR_HEADER_INCLUDED
#define _BIRUDA_COORDINGATOR_HEADER_INCLUDED

int coordinator_init( const char *control );
void coordinator_terminate( );
int coordinator_free( );

#endif