GCS  0.2.3
gcs_spread.h
1 /*
2  * Copyright (C) 2008 Codership Oy <info@codership.com>
3  *
4  * $Id: gcs_spread.h 327 2008-05-14 09:12:16Z alex $
5  */
6 /*
7  * Definition of Spread GC backend
8  */
9 
10 #ifndef _gcs_spread_h_
11 #define _gcs_spread_h_
12 
13 #include "gcs_backend.h"
14 
15 extern GCS_BACKEND_CREATE_FN (gcs_spread_create);
16 
17 #endif /* _gcs_spread_h_ */