Project

General

Profile

Revision 323

more stuff

View differences:

xpm_utils.h
1 1
#ifndef XMP_UTILS_H_INCLUDED
2 2
#define XMP_UTILS_H_INCLUDED
3 3

  
4
void xpm_save_as_xpm2(const char **p, const char *s);
4
void xpm_save_as_xpm2(const char* const* p, const char *s);
5 5

  
6 6
char** xpm_load_xpm2(const char *s);
7 7

  

Also available in: Unified diff