From 0b8de94f2b29a383d6b42260a57d249a3ba88403 Mon Sep 17 00:00:00 2001 From: in2 Date: Mon, 15 Mar 2004 07:30:22 +0000 Subject: no longer maintained git-svn-id: http://opensvn.csie.org/pttbbs/trunk/not-maintained@1595 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttpi/include/pierr.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pttpi/include/pierr.h (limited to 'pttpi/include') diff --git a/pttpi/include/pierr.h b/pttpi/include/pierr.h new file mode 100644 index 00000000..da462a36 --- /dev/null +++ b/pttpi/include/pierr.h @@ -0,0 +1,9 @@ +#ifndef _PIERR_H_ +#define _PIERR_H_ + +#define PIERR_OK (int32)0 /* no error */ +#define PIERR_INT (int32)1 /* internal error (ex: syscall failure) */ +#define PIERR_NOBRD (int32)2 /* no such board or permission denied */ +#define PIERR_NOMORE (int32)3 /* no more data */ +#define PIERR_NOTCLASS (int32)4 /* this bid is NOT class */ +#endif -- cgit v1.2.3