tdb2: fix prototypes which return enum TDB_ERROR.
Since enums and ints are compatible in C, the compiler didn't warn that our prototypes for these functions disagreed with the definitions.
Showing
Please register or sign in to comment
Since enums and ints are compatible in C, the compiler didn't warn that our prototypes for these functions disagreed with the definitions.