mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
508 B

  1. --- ./art_misc.h 2007-06-07 09:48:05.000000000 +0200
  2. +++ ./art_misc.h 2007-06-07 09:49:07.000000000 +0200
  3. @@ -34,10 +34,18 @@
  4. #include <libart_lgpl/art_config.h>
  5. #endif
  6. +#ifdef __cplusplus
  7. +extern "C" {
  8. +#endif
  9. +
  10. void *art_alloc(size_t size);
  11. void art_free(void *ptr);
  12. void *art_realloc(void *ptr, size_t size);
  13. +#ifdef __cplusplus
  14. +}
  15. +#endif
  16. +
  17. /* These aren't, strictly speaking, configuration macros, but they're
  18. damn handy to have around, and may be worth playing with for
  19. debugging. */