#ifndef CHECK_ERROR_H #define CHECK_ERROR_H /* * Check the database library to see if an error has occurred. */ void check_error_db (const char* filename, unsigned int linenum); #endif // CHECK_ERROR_H