File: px_error.h

package info (click to toggle)
hk-classes 0.8.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 10,872 kB
  • ctags: 16,819
  • sloc: cpp: 90,990; ansic: 78,016; sh: 8,385; python: 3,793; makefile: 292
file content (5 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (10)
1
2
3
4
5
#ifndef __PX_ERROR_H__
#define __PX_ERROR_H__
void px_errorhandler(pxdoc_t *p, int error, const char *str, void *data);
void px_error(pxdoc_t *p, int type, const char *fmt, ...);
#endif