# HG changeset patch # User Olaf Wintermann # Date 1325347706 -3600 # Node ID 79646375a420d1ec234579087fd61a81eec93b84 # Parent 20c788d1e2784c14c6cc7cc88cf9ed7bd9a2d167 Added some source files diff -r 20c788d1e278 -r 79646375a420 ucx/Makefile --- a/ucx/Makefile Sat Dec 31 15:54:08 2011 +0100 +++ b/ucx/Makefile Sat Dec 31 17:08:26 2011 +0100 @@ -29,7 +29,7 @@ include ../$(CONF).mk # list of source files -SRC = +SRC = list.c map.c OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) diff -r 20c788d1e278 -r 79646375a420 ucx/list.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ucx/list.c Sat Dec 31 17:08:26 2011 +0100 @@ -0,0 +1,1 @@ + diff -r 20c788d1e278 -r 79646375a420 ucx/list.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ucx/list.h Sat Dec 31 17:08:26 2011 +0100 @@ -0,0 +1,20 @@ +/* + * + */ + +#ifndef LIST_H +#define LIST_H + +#ifdef __cplusplus +extern "C" { +#endif + + + + +#ifdef __cplusplus +} +#endif + +#endif /* LIST_H */ + diff -r 20c788d1e278 -r 79646375a420 ucx/map.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ucx/map.c Sat Dec 31 17:08:26 2011 +0100 @@ -0,0 +1,1 @@ + 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 */ +