[go: up one dir, main page]

Menu

[72b583]: / pslib / src / ps_error.h  Maximize  Restore  History

Download this file

6 lines (5 with data), 183 Bytes

1
2
3
4
5
#ifndef __PS_ERROR_H__
#define __PS_ERROR_H__
void _ps_errorhandler(PSDoc *p, int error, const char *str, void *data);
void ps_error(PSDoc *p, int type, const char *fmt, ...);
#endif