12 lines
257 B
C
12 lines
257 B
C
/* XAP interface for map/cap use head file */
|
|
/* Written by Liu Zhiguo 2003-08-26 */
|
|
/* Version 1.0 */
|
|
/* --------------------------------------- */
|
|
|
|
#ifndef _XAP_INTER_FUNC
|
|
#define _XAP_INTER_FUNC
|
|
|
|
void xap_send_error(const char *fmt,...);
|
|
|
|
#endif
|