diff -r 20c788d1e278 -r 79646375a420 ucx/map.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ucx/map.h Sat Dec 31 17:08:26 2011 +0100 @@ -0,0 +1,20 @@ +/* + * + */ + +#ifndef MAP_H +#define MAP_H + +#ifdef __cplusplus +extern "C" { +#endif + + + + +#ifdef __cplusplus +} +#endif + +#endif /* MAP_H */ +