History | View | Annotate | Download (182 Bytes)
#ifndef XMP_UTILS_H_INCLUDED
#define XMP_UTILS_H_INCLUDED
void xpm_save_as_xpm2(const char **p, const char *s);
char** xpm_load_xpm2(const char *s);
#endif //XMP_UTILS_H_INCLUDED