X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=osl_core.h;h=8a575c685e9e698995d5f8b8c41cb704620812cb;hp=966ef6fd5bde16747f968a2dbd788269db772e0c;hb=e7fdbaf015655af4eec7e4655b9306e1db862a40;hpb=af89ce791ead29cb2a86e257f8e8d113c6ac205f diff --git a/osl_core.h b/osl_core.h index 966ef6f..8a575c6 100644 --- a/osl_core.h +++ b/osl_core.h @@ -83,7 +83,6 @@ int init_table_structure(const struct osl_table_description *desc, int row_is_invalid(struct osl_table *t, uint32_t row_num); int get_mapped_object(const struct osl_table *t, unsigned col_num, uint32_t row_num, struct osl_object *obj); -int para_truncate(const char *filename, off_t size); int unmap_table(struct osl_table *t, enum osl_close_flags flags); int init_rbtrees(struct osl_table *t);