X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Ftoolbox%2Flist.h;h=f93cf1b076fa5721d39242cf7f95032f1db49996;hb=dbf20036e740af204833afed2d19c0b30a24fbcb;hp=6837e3b78633199ea1026850e762ff8f01a4df8a;hpb=4cb693d80a1b52650037f25c1c430f82ec824312;p=cacao.git diff --git a/src/toolbox/list.h b/src/toolbox/list.h index 6837e3b78..f93cf1b07 100644 --- a/src/toolbox/list.h +++ b/src/toolbox/list.h @@ -28,6 +28,10 @@ #include "config.h" +#ifdef __cplusplus +extern "C" { +#endif + #include #include "vm/global.h" @@ -137,6 +141,10 @@ void *list_last(list_t *l); void *list_next(list_t *l, void *element); void *list_prev(list_t *l, void *element); +#ifdef __cplusplus +} +#endif + #endif /* _LIST_H */