summaryrefslogtreecommitdiffstats
path: root/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'error.h')
-rw-r--r--error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/error.h b/error.h
index 568ef18..5b46ae5 100644
--- a/error.h
+++ b/error.h
@@ -16,7 +16,8 @@ enum {
PCILIB_ERROR_NOTFOUND,
PCILIB_ERROR_OUTOFRANGE,
PCILIB_ERROR_NOTAVAILABLE,
- PCILIB_ERROR_NOTINITIALIZED
+ PCILIB_ERROR_NOTINITIALIZED,
+ PCILIB_ERROR_TOOBIG
} pcilib_errot_t;