Added docs for SPI_freeString, and used it to stop memory leak of strings
[platform/core/uifw/at-spi2-atk.git] / cspi / spi-util.h
1 #ifndef __SPI_UTIL_H
2 #define __SPI_UTIL_H
3
4 void
5 SPI_freeString (char *s);
6
7 #endif /* __SPI_UTIL_H */