diff options
Diffstat (limited to 'error.h')
-rw-r--r-- | error.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ enum { PCILIB_ERROR_OUTOFRANGE, PCILIB_ERROR_NOTAVAILABLE, PCILIB_ERROR_NOTINITIALIZED, - PCILIB_ERROR_TOOBIG + PCILIB_ERROR_TOOBIG, + PCILIB_ERROR_THREAD } pcilib_errot_t; |