summaryrefslogtreecommitdiffstats
path: root/pttpi/include
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-03-15 15:30:22 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-03-15 15:30:22 +0800
commit11795e8a33b288eb61b92c75c498fa2598f42945 (patch)
tree12ea12571ff5d97d41b6dc0f01d403e05ca20208 /pttpi/include
parentb78e3948144360a41a582d4b56a2c000e7eb44c6 (diff)
downloadpttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar
pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.gz
pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.bz2
pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.lz
pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.xz
pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.zst
pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.zip
no longer maintained
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1595 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'pttpi/include')
-rw-r--r--pttpi/include/pierr.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/pttpi/include/pierr.h b/pttpi/include/pierr.h
deleted file mode 100644
index da462a36..00000000
--- a/pttpi/include/pierr.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#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