X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osl.h.in;h=cd39a3b2f355384902b208a47f17181ce2074e16;hb=e1afea4830d00c57e30d5b84b3b5ffcc8501af86;hp=da70cfd5bbf80761ccf070633be6fe2a7fea0eb3;hpb=63bb48e9e1b1d137e5b19ac7ee772e314782c177;p=osl.git diff --git a/osl.h.in b/osl.h.in index da70cfd..cd39a3b 100644 --- a/osl.h.in +++ b/osl.h.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -7,6 +7,7 @@ /** \file osl.h User interface for the object storage layer. */ #include +#include /** Export all declarations in this file. */ #pragma GCC visibility push(default) @@ -476,19 +477,6 @@ int osl_get_nth_row(const struct osl_table *t, unsigned col_num, int osl_get_rank(const struct osl_table *t, struct osl_row *r, unsigned col_num, unsigned *rank); -/** - * Compare two osl objects pointing to hash values. - * - * \param obj1 Pointer to the first hash object. - * \param obj2 Pointer to the second hash object. - * - * \return The values required for an osl compare function. - * - * \sa osl_compare_func, uint32_compare(). - */ -int osl_hash_compare(const struct osl_object *obj1, - const struct osl_object *obj2); - /** * Get a string describing the error code passed in the argument. *