GCS  0.2.3
gcs_gcomm.h
1 /*
2  * Copyright (C) 2008-2014 Codership Oy <info@codership.com>
3  *
4  * $Id$
5  */
6 
7 #ifndef _gcs_gcomm_h_
8 #define _gcs_gcomm_h_
9 
10 #include "gcs_backend.h"
11 
12 extern GCS_BACKEND_REGISTER_FN(gcs_gcomm_register);
13 
14 extern GCS_BACKEND_CREATE_FN(gcs_gcomm_create);
15 
16 #endif /* _gcs_vs_h_ */